]> granicus.if.org Git - gc/commitdiff
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 b9bfb190f4b71f1a15a4acd7d687e3dee666fcd4..af2e508937ef574e67b87f62df7dcc28efaa29f1 100644 (file)
@@ -41,7 +41,7 @@
 /hugetest
 /if_mach
 /if_not_there
-/initsecondarythread
+/initsecondarythread_test
 /leaktest
 /libtool
 /middletest
index e6c98c4c633d60021c470dfb75f5775e7cd238d5..28c64e298f55b4d708d959505d6435af85b1a063 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