mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-09-05 21:21:37 +00:00
tests: Ensure global cflags are used here in all cases
Signed-off-by: Ikey Doherty <michael.i.doherty@intel.com>
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ lib_test_LDADD = libtest.la $(COMMON_LDADD)
|
||||
TESTS += lib_test
|
||||
|
||||
userdata_test_SOURCES = userdata_test.c
|
||||
userdata_test_CFLAGS = $(COMMON_CFLAGS)
|
||||
userdata_test_CFLAGS = $(COMMON_CFLAGS) $(AM_CFLAGS)
|
||||
userdata_test_LDADD = libtest.la $(COMMON_LDADD)
|
||||
TESTS += userdata_test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user