CLI test
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
export CPPIPEPATH="/:test::/usr"
|
||||
|
||||
cppipe c_file.c > /dev/null
|
||||
|
||||
echo Command line test: OK!
|
||||
Reference in New Issue
Block a user