build: CFLAGS for check/test target to match the main target

This commit is contained in:
Recep Aslantas
2020-07-31 00:25:08 +03:00
parent 5ff42799b2
commit 6dc37f6cc9

View File

@@ -21,7 +21,9 @@ checkLDFLAGS = -L./.libs \
-lm \
-lcglm
checkCFLAGS = $(AM_CFLAGS) \
-I./include
-std=gnu11 \
-O3 \
-I./include
check_PROGRAMS = test/tests
TESTS = $(check_PROGRAMS)