From 3fabe95a0a390406dcc57f007e69d1f84f195fce Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 15 Jul 2019 02:41:21 +0200 Subject: pthread-tss: Add tests. * tests/test-pthread-tss.c: New file, based on tests/test-tls.c and tests/test-tss.c. * modules/pthread-tss-tests: New file. --- modules/pthread-tss-tests | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 modules/pthread-tss-tests (limited to 'modules/pthread-tss-tests') diff --git a/modules/pthread-tss-tests b/modules/pthread-tss-tests new file mode 100644 index 0000000000..52707e38a6 --- /dev/null +++ b/modules/pthread-tss-tests @@ -0,0 +1,15 @@ +Files: +tests/test-pthread-tss.c +tests/macros.h + +Depends-on: +pthread-thread +pthread-mutex +sched_yield + +configure.ac: + +Makefile.am: +TESTS += test-pthread-tss +check_PROGRAMS += test-pthread-tss +test_pthread_tss_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@ -- cgit v1.2.1