7 lines
125 B
Bash
Executable File
7 lines
125 B
Bash
Executable File
#!/bin/sh
|
|
# Unit tests builder / runner for this project
|
|
|
|
make -f test.mak clean
|
|
make -f test.mak
|
|
cat test.log | grep Failed
|