Fix: Tests: race condition in test_ns_contexts_change
[lttng-tools.git] / configure.ac
index 0da5a04e4f79b83c56c77be4f719d390ccc07de7..c8324a591c3076f8f7b87b7e3894fe5dc08e584d 100644 (file)
@@ -44,6 +44,7 @@ AX_APPEND_COMPILE_FLAGS([ dnl
                -Wold-style-definition dnl
                -Wstrict-prototypes dnl
                -Wshadow dnl
+               -Wno-gnu-folding-constant dnl
        ],
        [WARN_CFLAGS],
        [-Werror])
@@ -1151,6 +1152,7 @@ AC_CONFIG_FILES([
        tests/regression/tools/trigger/start-stop/Makefile
        tests/regression/tools/trigger/utils/Makefile
        tests/regression/tools/trigger/name/Makefile
+       tests/regression/tools/trigger/hidden/Makefile
        tests/regression/ust/Makefile
        tests/regression/ust/nprocesses/Makefile
        tests/regression/ust/high-throughput/Makefile
@@ -1197,6 +1199,7 @@ AC_CONFIG_FILES([
        tests/utils/testapp/userspace-probe-elf-binary/Makefile
        tests/utils/testapp/userspace-probe-elf-cxx-binary/Makefile
        tests/utils/testapp/userspace-probe-sdt-binary/Makefile
+       tests/utils/xml-utils/Makefile
 ])
 
 # Inject variable into python test script.
This page took 0.024082 seconds and 4 git commands to generate.