Files
cppipe/run_tests.sh
T
2024-05-27 15:35:24 +03:00

11 lines
137 B
Bash
Executable File

#!/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