mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Disable functional tests
Functional tests were commented out because of: https://github.com/boothj5/profanity/pull/1010 An issue was raised for stabber: https://github.com/boothj5/stabber/issues/5 Once this issue is resolved functional tests should be enabled again.
This commit is contained in:
parent
6d80700329
commit
171b6e73c9
24
Makefile.am
24
Makefile.am
@ -233,15 +233,21 @@ tests_unittests_unittests_SOURCES = $(unittest_sources)
|
|||||||
tests_unittests_unittests_CFLAGS = -w
|
tests_unittests_unittests_CFLAGS = -w
|
||||||
tests_unittests_unittests_LDADD = -lcmocka
|
tests_unittests_unittests_LDADD = -lcmocka
|
||||||
|
|
||||||
if HAVE_STABBER
|
# Functional test were commented out because of:
|
||||||
if HAVE_EXPECT
|
# https://github.com/boothj5/profanity/pull/1010
|
||||||
TESTS += tests/functionaltests/functionaltests
|
# An issue was raised for stabber:
|
||||||
check_PROGRAMS += tests/functionaltests/functionaltests
|
# https://github.com/boothj5/stabber/issues/5
|
||||||
tests_functionaltests_functionaltests_SOURCES = $(functionaltest_sources)
|
# Once this issue is resolved functional tests should be enabled again
|
||||||
tests_functionaltests_functionaltests_CFLAGS = -I/usr/include/tcl8.6 -I/usr/include/tcl8.5
|
#
|
||||||
tests_functionaltests_functionaltests_LDADD = -lcmocka -lstabber -lexpect -ltcl
|
#if HAVE_STABBER
|
||||||
endif
|
#if HAVE_EXPECT
|
||||||
endif
|
#TESTS += tests/functionaltests/functionaltests
|
||||||
|
#check_PROGRAMS += tests/functionaltests/functionaltests
|
||||||
|
#tests_functionaltests_functionaltests_SOURCES = $(functionaltest_sources)
|
||||||
|
#tests_functionaltests_functionaltests_CFLAGS = -I/usr/include/tcl8.6 -I/usr/include/tcl8.5
|
||||||
|
#tests_functionaltests_functionaltests_LDADD = -lcmocka -lstabber -lexpect -ltcl
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
man_MANS = $(man_sources)
|
man_MANS = $(man_sources)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user