summaryrefslogtreecommitdiff
path: root/test/pthread/Makefile.in
blob: 9fbecc2d66a150a9cd526840e9281528cfd825c1 (plain)
1
2
3
4
5
6
7
8
9
10
# uClibc-ng pthread tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.

TESTS_DISABLED += cancellation-points

EXTRA_LDFLAGS := -lpthread

LDFLAGS_cancellation-points := -lrt

CFLAGS_tst-c99 := -std=c99