From d894e2ffed5ac27e43558b5eb24237ce0bb66985 Mon Sep 17 00:00:00 2001 From: kib Date: Tue, 8 Sep 2015 07:15:10 +0000 Subject: MFC r287360: Fix t_spawnattr test for attributes handling by posix_spawn(3). Connect it to the build. --- lib/libc/tests/gen/posix_spawn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/tests/gen/posix_spawn/Makefile b/lib/libc/tests/gen/posix_spawn/Makefile index a1c9b9e..d2dfa54 100644 --- a/lib/libc/tests/gen/posix_spawn/Makefile +++ b/lib/libc/tests/gen/posix_spawn/Makefile @@ -10,9 +10,9 @@ TESTSDIR= ${TESTSBASE}/lib/libc/gen/posix_spawn BINDIR= ${TESTSDIR} -# TODO: t_spawnattr (fix from pho@ needs additional review) NETBSD_ATF_TESTS_C= fileactions_test NETBSD_ATF_TESTS_C+= spawn_test +NETBSD_ATF_TESTS_C+= spawnattr_test PROGS= h_fileactions PROGS+= h_spawn -- cgit v1.1