Files
cppipe/test/command_line_test.sh
2025-06-06 18:00:38 +03:00

9 lines
109 B
Bash
Executable File

#!/bin/sh
set -e
export CPPIPEPATH="/:test::/usr"
cppipe c_file.c > /dev/null
echo Command line test: OK!