diff options
author | rpaulo <rpaulo@FreeBSD.org> | 2013-10-25 05:27:36 +0000 |
---|---|---|
committer | rpaulo <rpaulo@FreeBSD.org> | 2013-10-25 05:27:36 +0000 |
commit | 587bf54a3335408cc1c4dc8ef1532407646a767a (patch) | |
tree | d2a3ad7ed0065a19ce858a4e72e4b3cafda48504 /tools/build | |
parent | d57a569a3a5d32ff5b19feca57fae3584dc928c0 (diff) | |
download | FreeBSD-src-587bf54a3335408cc1c4dc8ef1532407646a767a.zip FreeBSD-src-587bf54a3335408cc1c4dc8ef1532407646a767a.tar.gz |
Add missing WITHOUT_TESTS file.
Submitted by: Julio Merio jmmv google.com
Reviewed by: sjg
MFC after: 2 weeks
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/options/WITHOUT_TESTS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_TESTS b/tools/build/options/WITHOUT_TESTS new file mode 100644 index 0000000..05aeeb8 --- /dev/null +++ b/tools/build/options/WITHOUT_TESTS @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to not build any test programs nor install them in /usr/tests. |