mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
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.
This commit is contained in:
parent
912308835d
commit
4a23562339
5 changed files with 228 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -139,3 +139,6 @@ INSTALL
|
|||
/.sc-start-*
|
||||
/lib/math.h
|
||||
/lib/sys/time.h
|
||||
/test-suite/standalone/test-scm-spawn-thread
|
||||
/test-suite/standalone/test-pthread-create
|
||||
/test-suite/standalone/test-pthread-create-secondary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue