tests: Append _test suffix to 'initsecondarythread' binary file names
authorIvan Maidanski <ivmai@mail.ru>
Mon, 2 Sep 2013 08:55:47 +0000 (12:55 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 2 Sep 2013 08:55:47 +0000 (12:55 +0400)
* tests/tests.am (TESTS, check_PROGRAMS, initsecondarythread_SOURCES,
initsecondarythread_LDADD): Rename initsecondarythread to
initsecondarythread_test (except for .c file).
* .gitignore: Likewise.

.gitignore
tests/tests.am

index b9bfb19..af2e508 100644 (file)
@@ -41,7 +41,7 @@
 /hugetest
 /if_mach
 /if_not_there
-/initsecondarythread
+/initsecondarythread_test
 /leaktest
 /libtool
 /middletest
index e6c98c4..28c64e2 100644 (file)
@@ -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