summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index e016d71a9c..66ce1a1bbd 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -85,7 +85,7 @@ FIPS_ECDSAVS= fips_ecdsavs
FIPS_TEST_SUITE=fips_test_suite
FIPS_CMACTEST= fips_cmactest
FIPS_ALGVS= fips_algvs
-HEARTBEATTEST = heartbeat_test
+HEARTBEATTEST= heartbeat_test
TESTS= alltests
@@ -379,7 +379,7 @@ test_ocsp: ../apps/openssl$(EXE_EXT) tocsp
@sh ./tocsp
test_heartbeat: $(HEARTBEATTEST)$(EXE_EXT)
- ./$<
+ ../util/shlib_wrap.sh ./$(HEARTBEATTEST)
lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff