diff options
author | James Booth <boothj5@gmail.com> | 2015-05-28 18:56:16 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-28 18:56:16 +0100 |
commit | e919445231467706eaadaa3bc2483f9a462a4cd3 (patch) | |
tree | ad7aef3741091c1f236acdabc41e3582a00cc984 | |
parent | 6d6bb6458873196f904257cd00a6f2221262783d (diff) | |
download | profani-tty-e919445231467706eaadaa3bc2483f9a462a4cd3.tar.gz |
Renamed stabbertests -> functionaltests
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | Makefile.am | 18 | ||||
-rw-r--r-- | functionaltests/functionaltests.c (renamed from stabbertests/stabbertestsuite.c) | 0 | ||||
-rw-r--r-- | functionaltests/proftest.c (renamed from stabbertests/proftest.c) | 0 | ||||
-rw-r--r-- | functionaltests/proftest.h (renamed from stabbertests/proftest.h) | 0 | ||||
-rw-r--r-- | functionaltests/test_connect.c (renamed from stabbertests/test_connect.c) | 0 | ||||
-rw-r--r-- | functionaltests/test_connect.h (renamed from stabbertests/test_connect.h) | 0 |
7 files changed, 12 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore index 8a73f436..03e0adef 100644 --- a/.gitignore +++ b/.gitignore @@ -69,7 +69,8 @@ callgrind.out.* gen_docs.sh main_fragment.html toc_fragment.html -stabbertests/stabbertestsuite -stabbertests/stabbertestsuite.trs unittests/unittests unittests/unittests.trs +functionaltests/functionaltests +functionaltests/functionaltests.trs + diff --git a/Makefile.am b/Makefile.am index 0c5f23ab..a8574314 100644 --- a/Makefile.am +++ b/Makefile.am @@ -94,10 +94,10 @@ unittest_sources = \ unittests/test_chat_session.c unittests/test_chat_session.h \ unittests/unittests.c -stabbertest_sources = \ - stabbertests/proftest.c stabbertests/proftest.h \ - stabbertests/test_connect.c stabbertests/test_connect.h \ - stabbertests/stabbertestsuite.c +functionaltest_sources = \ + functionaltests/proftest.c functionaltests/proftest.h \ + functionaltests/test_connect.c functionaltests/test_connect.h \ + functionaltests/functionaltests.c main_source = src/main.c @@ -138,13 +138,13 @@ if INCLUDE_GIT_VERSION BUILT_SOURCES = $(git_include) endif -TESTS = unittests/unittests stabbertests/stabbertestsuite -check_PROGRAMS = unittests/unittests stabbertests/stabbertestsuite +TESTS = unittests/unittests functionaltests/functionaltests +check_PROGRAMS = unittests/unittests functionaltests/functionaltests unittests_unittests_SOURCES = $(unittest_sources) unittests_unittests_LDADD = -lcmocka -stabbertests_stabbertestsuite_SOURCES = $(stabbertest_sources) -stabbertests_stabbertestsuite_CFLAGS = -I/usr/include/tcl8.6 -I/usr/include/tcl8.5 -stabbertests_stabbertestsuite_LDADD = -lcmocka -lstabber -lexpect -ltcl +functionaltests_functionaltests_SOURCES = $(functionaltest_sources) +functionaltests_functionaltests_CFLAGS = -I/usr/include/tcl8.6 -I/usr/include/tcl8.5 +functionaltests_functionaltests_LDADD = -lcmocka -lstabber -lexpect -ltcl man_MANS = $(man_sources) diff --git a/stabbertests/stabbertestsuite.c b/functionaltests/functionaltests.c index a54b94dc..a54b94dc 100644 --- a/stabbertests/stabbertestsuite.c +++ b/functionaltests/functionaltests.c diff --git a/stabbertests/proftest.c b/functionaltests/proftest.c index dbecd117..dbecd117 100644 --- a/stabbertests/proftest.c +++ b/functionaltests/proftest.c diff --git a/stabbertests/proftest.h b/functionaltests/proftest.h index 73e3680e..73e3680e 100644 --- a/stabbertests/proftest.h +++ b/functionaltests/proftest.h diff --git a/stabbertests/test_connect.c b/functionaltests/test_connect.c index 6f145dd5..6f145dd5 100644 --- a/stabbertests/test_connect.c +++ b/functionaltests/test_connect.c diff --git a/stabbertests/test_connect.h b/functionaltests/test_connect.h index 971652b0..971652b0 100644 --- a/stabbertests/test_connect.h +++ b/functionaltests/test_connect.h |