summaryrefslogtreecommitdiffstats
path: root/tests/subdir.am
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2021-04-21 11:54:48 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2021-04-21 15:42:36 +0200
commit0c4285d77eb66642c7e16a0c8dfda9eea4a4a5b1 (patch)
tree731db39537468eeddd6353ed0ac41cf0bdf237b6 /tests/subdir.am
parentbuild: make builddir include path consistent (diff)
downloadfrr-0c4285d77eb66642c7e16a0c8dfda9eea4a4a5b1.tar.xz
frr-0c4285d77eb66642c7e16a0c8dfda9eea4a4a5b1.zip
build: properly split CFLAGS from AC_CFLAGS
`CFLAGS` is a "user variable", not intended to be controlled by configure itself. Let's put all the "important" stuff in AC_CFLAGS and only leave debug/optimization controls in CFLAGS. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tests/subdir.am')
-rw-r--r--tests/subdir.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/subdir.am b/tests/subdir.am
index 370e6a49a..ec0a154a2 100644
--- a/tests/subdir.am
+++ b/tests/subdir.am
@@ -148,6 +148,7 @@ TESTS_CPPFLAGS = $(AM_CPPFLAGS) \
-I$(top_builddir)/tests/helpers/c \
# end
TESTS_CFLAGS = \
+ $(AC_CFLAGS) \
$(LIBYANG_CFLAGS) \
$(SAN_FLAGS) \
# end