diff options
author | Michael Vetter <jubalh@openmailbox.org> | 2018-08-30 11:09:18 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@openmailbox.org> | 2018-08-30 11:17:06 +0200 |
commit | 171b6e73c94bf30254e87f063dad3fc12212d5ae (patch) | |
tree | 94a8979ce12e5922c615cad4dc0459a7bde2d035 | |
parent | 6d807003296828d0dfdc685d5ff797f5301bbe6f (diff) | |
download | profani-tty-171b6e73c94bf30254e87f063dad3fc12212d5ae.tar.gz |
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.
-rw-r--r-- | Makefile.am | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index e3b72b86..fd278140 100644 --- a/Makefile.am +++ b/Makefile.am @@ -233,15 +233,21 @@ tests_unittests_unittests_SOURCES = $(unittest_sources) tests_unittests_unittests_CFLAGS = -w tests_unittests_unittests_LDADD = -lcmocka -if HAVE_STABBER -if HAVE_EXPECT -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 +# Functional test 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 +# +#if HAVE_STABBER +#if HAVE_EXPECT +#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) |