summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-02-28 10:53:28 -0500
committerRich Salz <rsalz@openssl.org>2017-02-28 13:57:52 -0500
commit3cca3e29f9c694585783074ba5fcc90dfd58c1f7 (patch)
tree1d609d74c611d4e0716b025261ac26c322293a3f /test/build.info
parent4ba808de916c9390d45d733563313d8d8f8dbe44 (diff)
Exdata test was never enabled.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2787) (cherry picked from commit 629192c1b9f17965e0a6b73229b7b1e004bfbd98)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index 0c2c909b31..641505d241 100644
--- a/test/build.info
+++ b/test/build.info
@@ -1,7 +1,7 @@
IF[{- !$disabled{tests} -}]
PROGRAMS_NO_INST=\
aborttest \
- sanitytest bntest \
+ sanitytest exdatatest bntest \
ectest ecdsatest ecdhtest gmdifftest pbelutest ideatest \
md2test md4test md5test \
hmactest wp_test \
@@ -26,6 +26,10 @@ IF[{- !$disabled{tests} -}]
INCLUDE[sanitytest]=../include
DEPEND[sanitytest]=../libcrypto
+ SOURCE[exdatatest]=exdatatest.c
+ INCLUDE[exdatatest]=../include
+ DEPEND[exdatatest]=../libcrypto
+
SOURCE[bntest]=bntest.c
INCLUDE[bntest]=.. ../crypto/include ../include
DEPEND[bntest]=../libcrypto