File: unittests

package info (click to toggle)
workflow 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,732 kB
  • sloc: cpp: 33,835; ansic: 8,951; makefile: 9; sh: 6
file content (8 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh
set -ex

make VERBOSE=1
cd test
make VERBOSE=1
make VERBOSE=1 check
make VERBOSE=1 clean