mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
make: enable running functional tests
Upon `make check`.
This commit is contained in:
parent
0b8b851bd6
commit
b583fd6483
18
Makefile.am
18
Makefile.am
@ -275,15 +275,15 @@ tests_unittests_unittests_LDADD = -lcmocka
|
|||||||
# https://github.com/profanity-im/stabber/issues/5
|
# https://github.com/profanity-im/stabber/issues/5
|
||||||
# Once this issue is resolved functional tests should be enabled again
|
# Once this issue is resolved functional tests should be enabled again
|
||||||
#
|
#
|
||||||
#if HAVE_STABBER
|
if HAVE_STABBER
|
||||||
#if HAVE_EXPECT
|
if HAVE_EXPECT
|
||||||
#TESTS += tests/functionaltests/functionaltests
|
TESTS += tests/functionaltests/functionaltests
|
||||||
#check_PROGRAMS += tests/functionaltests/functionaltests
|
check_PROGRAMS += tests/functionaltests/functionaltests
|
||||||
#tests_functionaltests_functionaltests_SOURCES = $(functionaltest_sources)
|
tests_functionaltests_functionaltests_SOURCES = $(functionaltest_sources)
|
||||||
#tests_functionaltests_functionaltests_CFLAGS = $(AM_CFLAGS) -I/usr/include/tcl8.6 -I/usr/include/tcl8.5
|
tests_functionaltests_functionaltests_CFLAGS = $(AM_CFLAGS) -I/usr/include/tcl8.6 -I/usr/include/tcl8.5
|
||||||
#tests_functionaltests_functionaltests_LDADD = -lcmocka -lstabber -lexpect
|
tests_functionaltests_functionaltests_LDADD = -lcmocka -lstabber -lexpect
|
||||||
#endif
|
endif
|
||||||
#endif
|
endif
|
||||||
|
|
||||||
man_MANS = $(man_sources)
|
man_MANS = $(man_sources)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user