History log of /netbsd-src/tests/lib/libc/gen/posix_spawn/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# 92470602 07-Nov-2021 martin <martin@NetBSD.org>

Fix linking for multi-source file tests, the second part of the tuple
needs to be the C source file (not the base name)


# c0746c1e 07-Nov-2021 christos <christos@NetBSD.org>

new tests for posix_spawn_chdir from Piyush Sachdeva


# 1e1d6ed3 14-Feb-2012 martin <martin@NetBSD.org>

Add a few more posix_spawn testcases, which should detect everything that
was wrong in the initial version, causing the failure reported in
PR kern/45991.


# 0ce98f42 13-Feb-2012 martin <martin@NetBSD.org>

Move posix_spawn tests to lib/libc/gen/posix_spawn - they test both libc
and kernel, but that is an implementation detail unrelated to the tests
themselfs.
Ok: releng