summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2013-09-02 13:11:02 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-09-02 13:11:02 +0400
commit039f96c7ca297b2ea3dffa81793c9c1b7410886f (patch)
treeb364a103a515c23db649b80239ce931f49ef0f65
parent26950073d9c2b65c31f21c0f01cc2a6a78aa4e1b (diff)
downloadbdwgc-039f96c7ca297b2ea3dffa81793c9c1b7410886f.tar.gz
Rename subthread_create to subthreadcreate_test (Makefile)
* tests/tests.am (TESTS, check_PROGRAMS, subthreadcreate_SOURCES, subthreadcreate_test_LDADD): Rename "subthread_create" to "subthreadcreate_test" (except for .c file). * .gitignore: Likewise.
-rw-r--r--.gitignore2
-rw-r--r--tests/tests.am8
2 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index af2e5089..b7e8c218 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,7 +49,7 @@
/setjmp_test
/smashtest
/staticrootstest
-/subthread_create
+/subthreadcreate_test
/test_cpp
/threadkey_test
/threadleaktest
diff --git a/tests/tests.am b/tests/tests.am
index 28c64e29..131d4e9a 100644
--- a/tests/tests.am
+++ b/tests/tests.am
@@ -81,10 +81,10 @@ check_PROGRAMS += threadkey_test
threadkey_test_SOURCES = tests/threadkey_test.c
threadkey_test_LDADD = $(test_ldadd) $(THREADDLLIBS)
-TESTS += subthread_create$(EXEEXT)
-check_PROGRAMS += subthread_create
-subthread_create_SOURCES = tests/subthread_create.c
-subthread_create_LDADD = $(test_ldadd) $(THREADDLLIBS)
+TESTS += subthreadcreate_test$(EXEEXT)
+check_PROGRAMS += subthreadcreate_test
+subthreadcreate_test_SOURCES = tests/subthread_create.c
+subthreadcreate_test_LDADD = $(test_ldadd) $(THREADDLLIBS)
TESTS += initsecondarythread_test$(EXEEXT)
check_PROGRAMS += initsecondarythread_test