File: gt

package info (click to toggle)
kbtin 2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,856 kB
  • sloc: ansic: 18,627; perl: 179; sh: 88; makefile: 17
file content (8 lines) | stat: -rwxr-xr-x 207 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh -e
# cmake must be configured with -coverage for CFLAGS.

find -name '*.gc*' -execdir rm '{}' +
make clean
make -j`nproc`
ctest -j`nproc` --output-on-failure
gcov -kH ./CMakeFiles/KBtin.dir/*.gcda