7 lines
72 B
Bash
Executable File
7 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
echo OK | cppipe test/c_file.c
|
|
|
|
echo ALL TESTS PASSED
|