Commit 2ebaacc
committed
Allow choosing which unit tests to run
Useful for running just one unit test file instead of all.
Now one can pass the name of a unit test (or a list of names)
to the 00_unit_tests.sh script.
Example:
cd tests
./00_unit_tests.sh disassemble # run only disassemble.py
The default (if nothing is passed the script) is still to run
all tests as before.1 parent e4b34e2 commit 2ebaacc
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
0 commit comments