]> rtime.felk.cvut.cz Git - omk.git/blobdiff - tests/programs.files
NuttX: the adapt to new implementation of ROMFS mounting at /etc
[omk.git] / tests / programs.files
index 31faf982bcf8512188ea920faf9cffe9e39f1a26..0ee273551493c801c0c5ab7c4cb7f042584632b4 100644 (file)
@@ -1,8 +1,9 @@
-cat > 'Makefile.omk-test_PROGRAMS' <<EOF
+cat > 'Makefile.omk-test_PROGRAMS' <<'EOF'
 test_PROGRAMS = test
 
-test_SOURCES = test.cEOF
-cat > 'test.c' <<EOF
+test_SOURCES = test.c
+EOF
+cat > 'test.c' <<'EOF'
 #include <stdio.h>
 
 int main()
@@ -13,7 +14,8 @@ int main()
         return 0;
 }
 EOF
-cat > 'Makefile.omk' <<EOF
+cat > 'Makefile.omk' <<'EOF'
 bin_PROGRAMS = test
 
-test_SOURCES = test.cEOF
+test_SOURCES = test.c
+EOF