diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2015-09-01 12:47:11 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2015-09-01 12:47:11 +0000 |
| commit | 3cc31a047e6f1e974cbcc7a83a4ab9689f72765b (patch) | |
| tree | da8e32a0575cf9c866856d2ed8e0eba6910a3716 /lib/libc/tests/gen/posix_spawn | |
| parent | f3c7b830e59f195b0787273e6cb8066e47df2c16 (diff) | |
Notes
Diffstat (limited to 'lib/libc/tests/gen/posix_spawn')
| -rw-r--r-- | lib/libc/tests/gen/posix_spawn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/tests/gen/posix_spawn/Makefile b/lib/libc/tests/gen/posix_spawn/Makefile index a1c9b9e7cd1e..d2dfa5489d96 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 |
