1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Suppress all compile warning when building unit tests

This commit is contained in:
James Booth 2015-07-02 19:20:50 +01:00
parent 6c668bce88
commit 1329fe14ec

View File

@ -156,6 +156,7 @@ endif
TESTS = tests/unittests/unittests tests/functionaltests/functionaltests
check_PROGRAMS = tests/unittests/unittests tests/functionaltests/functionaltests
tests_unittests_unittests_SOURCES = $(unittest_sources)
tests_unittests_unittests_CFLAGS = -w
tests_unittests_unittests_LDADD = -lcmocka
tests_functionaltests_functionaltests_SOURCES = $(functionaltest_sources)
tests_functionaltests_functionaltests_CFLAGS = -I/usr/include/tcl8.6 -I/usr/include/tcl8.5