summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-07-08 14:52:51 +0200
committerRichard Levitte <levitte@openssl.org>2016-07-18 20:49:54 +0200
commit7218ae513408a58e8f8f20ed49dc45505e00a5b2 (patch)
tree579b6b8d1cccd0942a8f2f99067836c560560ec5 /test
parent0f01b7bc8536c816f7b6e9305437346b68a1fe89 (diff)
Use _NO_INST in some build.info files
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/build.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/build.info b/test/build.info
index 30f94a2385..4e1ec65bc5 100644
--- a/test/build.info
+++ b/test/build.info
@@ -1,5 +1,5 @@
IF[{- !$disabled{tests} -}]
- PROGRAMS=\
+ PROGRAMS_NO_INST=\
aborttest \
sanitytest bntest \
ectest ecdsatest ecdhtest gmdifftest pbelutest ideatest \
@@ -275,7 +275,7 @@ IF[{- !$disabled{tests} -}]
next if grep { $_ eq lc("$name.h") } @nogo_headers;
$OUT .= <<"_____";
- PROGRAMS=buildtest_$name
+ PROGRAMS_NO_INST=buildtest_$name
GENERATE[buildtest_$name.c]=generate_buildtest.pl $name
SOURCE[buildtest_$name]=buildtest_$name.c
INCLUDE[buildtest_$name]=../include