summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2013-09-02 12:55:47 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-09-02 12:55:47 +0400
commit26950073d9c2b65c31f21c0f01cc2a6a78aa4e1b (patch)
tree13f97a916cba95cf1a6f2f46a4d3ed2aa8cd2010 /tests
parent29952ea40a4ae4261905f6ac486a0dace6d866e3 (diff)
downloadbdwgc-26950073d9c2b65c31f21c0f01cc2a6a78aa4e1b.tar.gz
tests: Append _test suffix to 'initsecondarythread' binary file names
* tests/tests.am (TESTS, check_PROGRAMS, initsecondarythread_SOURCES, initsecondarythread_LDADD): Rename initsecondarythread to initsecondarythread_test (except for .c file). * .gitignore: Likewise.
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/tests.am b/tests/tests.am
index e6c98c4c..28c64e29 100644
--- a/tests/tests.am
+++ b/tests/tests.am
@@ -86,10 +86,10 @@ check_PROGRAMS += subthread_create
subthread_create_SOURCES = tests/subthread_create.c
subthread_create_LDADD = $(test_ldadd) $(THREADDLLIBS)
-TESTS += initsecondarythread$(EXEEXT)
-check_PROGRAMS += initsecondarythread
-initsecondarythread_SOURCES = tests/initsecondarythread.c
-initsecondarythread_LDADD = $(test_ldadd) $(THREADDLLIBS)
+TESTS += initsecondarythread_test$(EXEEXT)
+check_PROGRAMS += initsecondarythread_test
+initsecondarythread_test_SOURCES = tests/initsecondarythread.c
+initsecondarythread_test_LDADD = $(test_ldadd) $(THREADDLLIBS)
endif
if CPLUSPLUS