From 6592cabade83930ae03f086afd416a9bcd029197 Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Tue, 18 Mar 2014 16:25:33 +0100 Subject: psxtests: move pthread_once tests into an extra test. --- testsuites/psxtests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites/psxtests/Makefile.am') diff --git a/testsuites/psxtests/Makefile.am b/testsuites/psxtests/Makefile.am index fd4ceac338..172599bab9 100644 --- a/testsuites/psxtests/Makefile.am +++ b/testsuites/psxtests/Makefile.am @@ -30,6 +30,9 @@ if HAS_POSIX SUBDIRS += psxkey07 endif +## POSIX Once is always available +SUBDIRS += psxonce01 + SUBDIRS += psxrdwrv include $(top_srcdir)/../automake/subdirs.am -- cgit v1.2.3