aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2020-02-26 19:48:43 +0100
committerRonald Cron <ronald.cron@arm.com>2020-03-19 14:17:54 +0100
commit7dc97048d65068b1577176a55b8d12bf88faa3a5 (patch)
treeebceea64ce7414b5b65ea8fe748708ee46848e9e /Makefile
parent1a9c624fcea3e2cd6fc1aa756e6ae8e2d57a9c2e (diff)
downloadmbedtls-7dc97048d65068b1577176a55b8d12bf88faa3a5.zip
mbedtls-7dc97048d65068b1577176a55b8d12bf88faa3a5.tar.gz
mbedtls-7dc97048d65068b1577176a55b8d12bf88faa3a5.tar.bz2
Revert "Remove tests that depend on TLS or X.509"
This reverts commit 9afb2e992136db3fae9a669c3faaf6d5d27602a8. Conflicts: * include/CMakeLists.txt * "Make config.h available" comment: there has been a change adjacent to where it was removed. Just re-add what was removed. * tests/CMakeLists.txt: * compat.sh: there has been a change immediately before where it was removed. Just re-add what was removed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 026c637..8e72bd1 100644
--- a/Makefile
+++ b/Makefile
@@ -101,6 +101,8 @@ ifndef WINDOWS
covtest:
$(MAKE) check
programs/test/selftest
+ tests/compat.sh
+ tests/ssl-opt.sh
lcov:
rm -rf Coverage