Add pthread-related tests.
authorLudovic Courtès <ludo@gnu.org>
Fri, 22 Apr 2011 10:29:50 +0000 (12:29 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 25 Apr 2011 14:45:24 +0000 (16:45 +0200)
commit4a235623391dd0d3d46f87dcf00d152e1787c191
treed5768b81ac8417f0bfac0bcf2c63ed4c19ff41ca
parent912308835dd0d3af61976cf1a4c19b60cb348b68
Add pthread-related tests.

* 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.
.gitignore
test-suite/standalone/Makefile.am
test-suite/standalone/test-pthread-create-secondary.c [new file with mode: 0644]
test-suite/standalone/test-pthread-create.c [new file with mode: 0644]
test-suite/standalone/test-scm-spawn-thread.c [new file with mode: 0644]