summaryrefslogtreecommitdiff
path: root/test-suite/standalone/test-pthread-create-secondary.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-28tests: Skip `test-pthread-create-secondary' except on Linux-based systems.Ludovic Courtès1-7/+12
* test-suite/standalone/test-pthread-create-secondary.c: Skip on non-Linux-based systems.
2012-01-09test-pthread-create-secondary: gc/gc.h, not gc/gc_version.hAndy Wingo1-1/+1
* test-suite/standalone/test-pthread-create-secondary.c: Include gc/gc.h. It works on libgc from git, and on 7.1.
2011-04-25Add pthread-related tests.Ludovic Courtès1-0/+85
* test-suite/standalone/Makefile.am (test_scm_spawn_thread_CFLAGS, test_scm_spawn_thread_LDADD, test_pthread_create_CFLAGS, test_pthread_create_LDADD, test_pthread_create_secondary_CFLAGS, test_pthread_create_secondary_LDADD): New variables. (check_PROGRAMS)[BUILD_PTHREAD_SUPPORT]: Add `test-scm-spawn-thread', `test-pthread_create', `test-pthread_create-secondary'. (TESTS)[BUILD_PTHREAD_SUPPORT]: Likewise. * test-suite/standalone/test-scm-spawn-thread.c, test-suite/standalone/test-pthread-create.c, test-suite/standalone/test-pthread-create-secondary.c: New files.