mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
Build tests with the same flags as the library
In particular, with the same warning flags. That means it now warns about a few things during compilation that the following commits are gonna fix.
This commit is contained in:
@@ -21,7 +21,8 @@ libcglm_la_LDFLAGS = -no-undefined -version-info 0:1:0
|
|||||||
checkLDFLAGS = -L./.libs \
|
checkLDFLAGS = -L./.libs \
|
||||||
-lm \
|
-lm \
|
||||||
-lcglm
|
-lcglm
|
||||||
checkCFLAGS = -I./include
|
checkCFLAGS = $(AM_CFLAGS) \
|
||||||
|
-I./include
|
||||||
|
|
||||||
check_PROGRAMS = test/tests
|
check_PROGRAMS = test/tests
|
||||||
TESTS = $(check_PROGRAMS)
|
TESTS = $(check_PROGRAMS)
|
||||||
|
|||||||
Reference in New Issue
Block a user