summaryrefslogtreecommitdiff
path: root/modules/thrd-tests
blob: fdb660057595e82cf5fab7775fe588dbc51de5b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Files:
tests/test-thrd_current.c
tests/test-thrd_create.c
tests/macros.h

Depends-on:

configure.ac:

Makefile.am:
TESTS += test-thrd_current test-thrd_create
check_PROGRAMS += test-thrd_current test-thrd_create
test_thrd_current_LDADD = $(LDADD) @LIBSTDTHREAD@
test_thrd_create_LDADD = $(LDADD) @LIBSTDTHREAD@