]> rtime.felk.cvut.cz Git - omk.git/blobdiff - tests/bin_scripts.sh
RTEMS rules: provide support to build application with symbols exported.
[omk.git] / tests / bin_scripts.sh
index 8fa6445363e635da567527d67d9f2067791b4f58..9298298869450bd956c2643221c0f079a23d3702 100755 (executable)
@@ -17,3 +17,9 @@ WVPASS make
 
 WVPASS cmp scripta _compiled/bin/scripta
 WVPASS cmp scriptb _compiled/bin/scriptb
+
+# make sure that implicit built-in default rules didn't try to rebuild
+# scripta from scripta.c
+WVPASS touch scripta.c
+WVPASS make COMMENT="do not attempt to compile stripta.c"
+WVPASS cmp scripta _compiled/bin/scripta