diff options
author | Björn Gustavsson <[email protected]> | 2009-12-04 09:43:14 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-04 11:30:28 +0100 |
commit | 5b157cb8f57a13bfd389f82b35b76b6d4b9987d5 (patch) | |
tree | 7d787ccaf52aa2ee722b027821938ee43bc7d8e2 /lib/crypto/test/crypto.spec | |
parent | b1821b0f692deb93b9cae69ca9a1a591f5530474 (diff) | |
download | otp-5b157cb8f57a13bfd389f82b35b76b6d4b9987d5.tar.gz otp-5b157cb8f57a13bfd389f82b35b76b6d4b9987d5.tar.bz2 otp-5b157cb8f57a13bfd389f82b35b76b6d4b9987d5.zip |
crypto: include the test suite
Diffstat (limited to 'lib/crypto/test/crypto.spec')
-rw-r--r-- | lib/crypto/test/crypto.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/crypto/test/crypto.spec b/lib/crypto/test/crypto.spec new file mode 100644 index 0000000000..7ba5696189 --- /dev/null +++ b/lib/crypto/test/crypto.spec @@ -0,0 +1,2 @@ +{topcase, {dir, "../crypto_test"}}. + |