summaryrefslogtreecommitdiff
path: root/test/compile-c++11.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/compile-c++11.sh')
-rwxr-xr-xtest/compile-c++11.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/compile-c++11.sh b/test/compile-c++11.sh
new file mode 100755
index 0000000..cb13625
--- /dev/null
+++ b/test/compile-c++11.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec g++ -std=c++11 -Wall -Wextra -pedantic -I../src -o inflate inflate-app.c ../src/inflate.c