support C

This commit is contained in:
Venelin
2024-05-27 15:35:24 +03:00
parent cf3663b348
commit 861a0bd1e4
5 changed files with 78 additions and 26 deletions
+4
View File
@@ -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