]> rtime.felk.cvut.cz Git - omk.git/blobdiff - tests/programs-test_PROGRAMS
Preliminary support for Kconfig integration
[omk.git] / tests / programs-test_PROGRAMS
index d4cc756927a949f835cc30c93b8ac448c70cbaf2..5e802122df557b97a17e7fdf12892943a8cf51ae 100755 (executable)
@@ -1,8 +1,9 @@
-#!/bin/sh
+#!/bin/bash
 . ./functions.sh
 
 touch config.omk-default
 rm -rf _compiled
+needs_valid_CC
 make MAKEFILE_OMK=Makefile.omk-test_PROGRAMS || error make
 FOUND=`find _compiled -wholename '*/bin-tests/test*'`
 echo "Found: $FOUND"