diff options
Diffstat (limited to 'src/inputs/test.sh')
-rwxr-xr-x | src/inputs/test.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inputs/test.sh b/src/inputs/test.sh new file mode 100755 index 0000000..c652cb8 --- /dev/null +++ b/src/inputs/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh +clang++ -Wall -I.. -I../.. -I../../.. -includeTcpLog.h -DHAVE_INPUT_FILE -DHAVE_FORMAT_DABPLUS InputBuffered.cpp InputFile.cpp InputDabplusFile.cpp Test.cpp -o test \ +&& ./test |