summaryrefslogtreecommitdiff
path: root/test-suite/standalone/test-scm-spawn-thread.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-09Fix loose typing in `test-scm-spawn-thread.c'.Ludovic Courtès1-2/+2
* test-suite/standalone/test-scm-spawn-thread.c (inner_main): Use `SCM2PTR' instead of a cast.
2011-04-25Add pthread-related tests.Ludovic Courtès1-0/+62
* 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.