add missing CFLAGS to test_common

This commit is contained in:
Koichiro IWAO 2021-04-21 22:09:21 +09:00
parent b86315de42
commit 25cb991e86
No known key found for this signature in database
GPG Key ID: 03993B4065E7193B
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ test_common_SOURCES = \
test_common_main.c \
test_string_calls.c
test_common_CFLAGS = \
@CHECK_CFLAGS@
test_common_LDADD = \
$(top_builddir)/common/libcommon.la \
@CHECK_LIBS@