diff options
author | Lukas Larsson <[email protected]> | 2010-10-12 10:36:20 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:25:12 +0100 |
commit | 206c1fd527b5155e55041c02a3bce397a46668ec (patch) | |
tree | a3ab7dc7c8c232c13984d6d4abf60cfa7450538b /lib/public_key/test/public_key.spec | |
parent | cf123118a26db0029a727e878b91af432c91e0a7 (diff) | |
download | otp-206c1fd527b5155e55041c02a3bce397a46668ec.tar.gz otp-206c1fd527b5155e55041c02a3bce397a46668ec.tar.bz2 otp-206c1fd527b5155e55041c02a3bce397a46668ec.zip |
Update public_key tests to conform with common_test standard
Diffstat (limited to 'lib/public_key/test/public_key.spec')
-rw-r--r-- | lib/public_key/test/public_key.spec | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/public_key/test/public_key.spec b/lib/public_key/test/public_key.spec index dee9ad44ed..d4a63b5dd4 100644 --- a/lib/public_key/test/public_key.spec +++ b/lib/public_key/test/public_key.spec @@ -1,2 +1 @@ -{topcase, {dir, "../public_key_test"}}. - +{suites,"public_key_test",all}. |