From 917b82955ba8fdbd3c52bb898c01e4f43fc3ca75 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 30 Jan 2021 09:57:01 +0100 Subject: add tests --- test/compile.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 test/compile.sh (limited to 'test/compile.sh') 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 -- cgit v1.2.3