4 lines
132 B
Bash
Executable File
4 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
# tests must be built with "scons gcov=1"
|
|
gcov --object-directory build/debug/src/mpack `find src -name '*.c'` || exit $?
|