diff options
author | Erland Schönbeck <[email protected]> | 2014-12-16 15:21:29 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2018-09-06 11:26:37 +0200 |
commit | 7d72ac7d68f3f031c02b17db1c2ae790d4b35f1e (patch) | |
tree | 2c7dbbfa21768794925eee9c2b33a596ac3342bd /lib/ssl/test/Makefile | |
parent | 412afc6af4f9ab6c7f374fd8b1f5ebc7706a0962 (diff) | |
download | otp-7d72ac7d68f3f031c02b17db1c2ae790d4b35f1e.tar.gz otp-7d72ac7d68f3f031c02b17db1c2ae790d4b35f1e.tar.bz2 otp-7d72ac7d68f3f031c02b17db1c2ae790d4b35f1e.zip |
ssl: Add property tests framework
Diffstat (limited to 'lib/ssl/test/Makefile')
-rw-r--r-- | lib/ssl/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ssl/test/Makefile b/lib/ssl/test/Makefile index 9dfb2eba53..d5ba105478 100644 --- a/lib/ssl/test/Makefile +++ b/lib/ssl/test/Makefile @@ -61,6 +61,7 @@ MODULES = \ ssl_ECC\ ssl_upgrade_SUITE\ ssl_sni_SUITE \ + ssl_eqc_SUITE \ make_certs\ x509_test @@ -144,7 +145,7 @@ release_tests_spec: opt $(INSTALL_DATA) $(ERL_FILES) $(HRL_FILES) $(HRL_FILES_NEEDED_IN_TEST) $(COVER_FILE) "$(RELSYSDIR)" $(INSTALL_DATA) ssl.spec ssl_bench.spec ssl.cover "$(RELSYSDIR)" chmod -R u+w "$(RELSYSDIR)" - @tar cf - *_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -) + @tar cf - *_SUITE_data property_test | (cd "$(RELSYSDIR)"; tar xf -) release_docs_spec: |