1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-12 21:24:18 +08:00
bacnet-stack/unittest.sh
2013-03-21 22:53:31 +01:00

7 lines
128 B
Bash
Executable File

#!/bin/sh
# Unit tests builder / runner for this project
make -s -f test.mak clean
make -f test.mak
cat test.log | grep Failed