mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Renamed stabbertests -> functionaltests
This commit is contained in:
parent
6d6bb64588
commit
e919445231
5
.gitignore
vendored
5
.gitignore
vendored
@ -69,7 +69,8 @@ callgrind.out.*
|
|||||||
gen_docs.sh
|
gen_docs.sh
|
||||||
main_fragment.html
|
main_fragment.html
|
||||||
toc_fragment.html
|
toc_fragment.html
|
||||||
stabbertests/stabbertestsuite
|
|
||||||
stabbertests/stabbertestsuite.trs
|
|
||||||
unittests/unittests
|
unittests/unittests
|
||||||
unittests/unittests.trs
|
unittests/unittests.trs
|
||||||
|
functionaltests/functionaltests
|
||||||
|
functionaltests/functionaltests.trs
|
||||||
|
|
||||||
|
18
Makefile.am
18
Makefile.am
@ -94,10 +94,10 @@ unittest_sources = \
|
|||||||
unittests/test_chat_session.c unittests/test_chat_session.h \
|
unittests/test_chat_session.c unittests/test_chat_session.h \
|
||||||
unittests/unittests.c
|
unittests/unittests.c
|
||||||
|
|
||||||
stabbertest_sources = \
|
functionaltest_sources = \
|
||||||
stabbertests/proftest.c stabbertests/proftest.h \
|
functionaltests/proftest.c functionaltests/proftest.h \
|
||||||
stabbertests/test_connect.c stabbertests/test_connect.h \
|
functionaltests/test_connect.c functionaltests/test_connect.h \
|
||||||
stabbertests/stabbertestsuite.c
|
functionaltests/functionaltests.c
|
||||||
|
|
||||||
main_source = src/main.c
|
main_source = src/main.c
|
||||||
|
|
||||||
@ -138,13 +138,13 @@ if INCLUDE_GIT_VERSION
|
|||||||
BUILT_SOURCES = $(git_include)
|
BUILT_SOURCES = $(git_include)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TESTS = unittests/unittests stabbertests/stabbertestsuite
|
TESTS = unittests/unittests functionaltests/functionaltests
|
||||||
check_PROGRAMS = unittests/unittests stabbertests/stabbertestsuite
|
check_PROGRAMS = unittests/unittests functionaltests/functionaltests
|
||||||
unittests_unittests_SOURCES = $(unittest_sources)
|
unittests_unittests_SOURCES = $(unittest_sources)
|
||||||
unittests_unittests_LDADD = -lcmocka
|
unittests_unittests_LDADD = -lcmocka
|
||||||
stabbertests_stabbertestsuite_SOURCES = $(stabbertest_sources)
|
functionaltests_functionaltests_SOURCES = $(functionaltest_sources)
|
||||||
stabbertests_stabbertestsuite_CFLAGS = -I/usr/include/tcl8.6 -I/usr/include/tcl8.5
|
functionaltests_functionaltests_CFLAGS = -I/usr/include/tcl8.6 -I/usr/include/tcl8.5
|
||||||
stabbertests_stabbertestsuite_LDADD = -lcmocka -lstabber -lexpect -ltcl
|
functionaltests_functionaltests_LDADD = -lcmocka -lstabber -lexpect -ltcl
|
||||||
|
|
||||||
man_MANS = $(man_sources)
|
man_MANS = $(man_sources)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user