This commit is contained in:
vrd
2025-06-06 18:00:38 +03:00
parent 96f29e01bb
commit 4619776fa5
5 changed files with 30 additions and 24 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ int main()
x = y; /* should only work on C */
if(x == 0)
{
printf("C compilation OK!\n");
printf("C compilation: OK!\n");
}
return 0;
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -e
export CPPIPEPATH="/:test::/usr"
cppipe c_file.c > /dev/null
echo Command line test: OK!