Fix: tests: CFLAGS to CXXFLAGS when converting to C++
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 27 Oct 2022 20:57:18 +0000 (16:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 28 Oct 2022 19:53:41 +0000 (15:53 -0400)
commitfbf606d77e98bd46d953a40331f039730cfdf532
treed8f73a8f8518e0f3a3e957721f952044cb800b68
parent9312883423b637080dadcb2c24d8d9f9b3045764
Fix: tests: CFLAGS to CXXFLAGS when converting to C++

The test was converted to C++ but the custom flags used to build it were
left in the CFLAGS variable which doesn't apply to C++ code. This begs
the question of the usefulness of these flags, except for POPT_CFLAGS
which lead to this finding.

Change-Id: I87412ff0730b960b191d8725a13407c67f7b431d
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/kernel/Makefile.am
tests/regression/kernel/select_poll_epoll.cpp
This page took 0.024805 seconds and 4 git commands to generate.