summaryrefslogtreecommitdiff
path: root/test/compile.sh
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-01-30 09:57:01 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-01-30 09:57:01 +0100
commit917b82955ba8fdbd3c52bb898c01e4f43fc3ca75 (patch)
treecab183063ff57ea80fede9db44882b7082392170 /test/compile.sh
parentdb4aac34e9dd6778c132badb7ea000c2684392f9 (diff)
add tests
Diffstat (limited to 'test/compile.sh')
-rwxr-xr-xtest/compile.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/compile.sh b/test/compile.sh
new file mode 100755
index 0000000..3d6306f
--- /dev/null
+++ b/test/compile.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec gcc -ggdb -Wall -Wextra -pedantic -I../src -o inflate inflate-app.c ../src/inflate.c