diff options
author | ngie <ngie@FreeBSD.org> | 2014-11-16 07:58:06 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2014-11-16 07:58:06 +0000 |
commit | ac2aadeb0398c610421d53451615e9f5364858ba (patch) | |
tree | 4ab716553e228a219a19d6fc1ac5adeda32cfd22 /tools/regression/lib/libc | |
parent | a02304cbbf962d50385259eb07a4b33f89d221a5 (diff) | |
download | FreeBSD-src-ac2aadeb0398c610421d53451615e9f5364858ba.zip FreeBSD-src-ac2aadeb0398c610421d53451615e9f5364858ba.tar.gz |
Remove test-arc4random from this Makefile so others can continue to use
this as-is for the time being
Diffstat (limited to 'tools/regression/lib/libc')
-rw-r--r-- | tools/regression/lib/libc/gen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/lib/libc/gen/Makefile b/tools/regression/lib/libc/gen/Makefile index 4cba5de..a1ea01c 100644 --- a/tools/regression/lib/libc/gen/Makefile +++ b/tools/regression/lib/libc/gen/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -TESTS= test-arc4random test-fmtcheck test-fmtmsg test-fnmatch \ +TESTS= test-fmtcheck test-fmtmsg test-fnmatch \ test-fpclassify test-ftw test-popen test-posix_spawn test-wordexp .PHONY: tests |