CLI test
This commit is contained in:
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