From c0fb6442e30c44490b42e6072151ee739b944e56 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 30 Jan 2021 10:55:28 +0100 Subject: Run tests with both C (c99, c11) and C++ (c++11, c++20) compilers --- test/compile-c11.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 test/compile-c11.sh (limited to 'test/compile-c11.sh') diff --git a/test/compile-c11.sh b/test/compile-c11.sh new file mode 100755 index 0000000..87ec632 --- /dev/null +++ b/test/compile-c11.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +exec gcc -std=c11 -Wall -Wextra -pedantic -I../src -o inflate inflate-app.c ../src/inflate.c -- cgit v1.2.3