]> rtime.felk.cvut.cz Git - omk.git/blobdiff - tests/no-print-directory
RTEMS rules: provide support to build application with symbols exported.
[omk.git] / tests / no-print-directory
index aa6b4dd78acd3f01aba33693cd31c43a20c095f9..c6590bfaf96facd3ddf21305e64a4eaf94d20153 100755 (executable)
@@ -1,8 +1,9 @@
-#!/bin/sh
+#!/bin/bash
 
-. ../functions.sh
+. ./functions.sh
 
 touch config.omk-default
+needs_valid_CC
 make 2>/dev/null|grep "Entering directory.*_build" && error "Entering directory message should be suppressed"
 make distclean
 make V=2 2>/dev/null|grep 'Entering directory.*_build' || error "Entering directory message didn't appear"