support C
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Test cppipe functions
|
||||
cppipe test/test.cpp
|
||||
|
||||
# Test on a C file
|
||||
echo OK | cppipe test/c_file.c
|
||||
|
||||
echo ALL TESTS PASSED
|
||||
|
||||
Reference in New Issue
Block a user