Add CPPFLAGS to testing suite

This commit is contained in:
Pradana Aumars 2021-06-12 11:01:11 +02:00
parent a72786a38f
commit d15c8a688e
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ check_check_SOURCES = \
check_file_t.c \
check_exception_t.c \
check_calibrate.c
check_check_CPPFLAGS= $(CPPFLAGS)
check_check_CFLAGS= $(CFLAGS) $(CHECK_CFLAGS)
check_check_LDFLAGS= $(LDFLAGS) $(CHECK_LIBS)
check_check_LDADD = $(top_builddir)/src/libmodetw.la