Unit Tests - run_all
- Added script to run all unit tests and capture output.
This commit is contained in:
11
src/tests/run_all
Executable file
11
src/tests/run_all
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
!# /bin/bash
|
||||||
|
|
||||||
|
date > all.log
|
||||||
|
|
||||||
|
for i in *.t
|
||||||
|
do
|
||||||
|
./$i >> all.log 2>&1
|
||||||
|
done
|
||||||
|
|
||||||
|
date >> all.log
|
||||||
|
|
||||||
Reference in New Issue
Block a user