]> rtime.felk.cvut.cz Git - omk.git/blob - tests/programs-test_PROGRAMS
test: Allow testing only a single type of rules
[omk.git] / tests / programs-test_PROGRAMS
1 #!/bin/bash
2 . ./functions.sh
3
4 touch config.omk-default
5 rm -rf _compiled
6 needs_valid_CC
7 make MAKEFILE_OMK=Makefile.omk-test_PROGRAMS || error make
8 FOUND=`find _compiled -wholename '*/bin-tests/test*'`
9 echo "Found: $FOUND"
10 [ -n "$FOUND" ] || error "No test program created"