Change: remove tests dependency
Created by: aimof
script_exec test is depends on examples/a* and examples/b*. If we try to change tests in a* or b*, we must change script_exec.out So, I remove dependency.
Problem: [describe the problem you try to solve with this PR.] #674 (closed) We must change two test when we add test in examples/a* or examples/b*.
Solution: [describe carefully what you change by this PR.] I made directory named examples/script_exec/ copied examples/a* and b*.
We have two solutions to this problem. The one is mine. The other is to make examples/script_exec.out on bash from examples/a* and b*. I tried former because it is not good dependency exists.
Changes introduced by this pull request:
- Make examples/script_exec/ and copy a*, b*.
- Change the path in script_exec.ion.
State ready
Blocking/related #638 (closed) integration test