mirror of
https://github.com/stargieg/bacnet-stack
synced 2025-10-12 21:24:18 +08:00
7 lines
128 B
Bash
Executable File
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
|