summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2020-11-25 07:56:08 +0100
committerRichard Levitte <levitte@openssl.org>2020-12-01 11:06:03 +0100
commit9800b1a0da90159a6bd6f5dbf8df6249ee967946 (patch)
tree45ed19f018debff56ce391b951584a0ad616a001 /test/build.info
parent1234aa7e415e1e239eb1c4504578ab59d90763ea (diff)
TEST: Break out the local dynamic loading code from shlibloadtest.c
The result is "simpledynamic.c", or "sd" for short. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13507)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index 463e3cd262..3468be0691 100644
--- a/test/build.info
+++ b/test/build.info
@@ -432,7 +432,7 @@ IF[{- !$disabled{tests} -}]
IF[{- !$disabled{shared} -}]
PROGRAMS{noinst}=shlibloadtest
- SOURCE[shlibloadtest]=shlibloadtest.c
+ SOURCE[shlibloadtest]=shlibloadtest.c simpledynamic.c
INCLUDE[shlibloadtest]=../include ../apps/include
ENDIF