diff options
author | lloyd <[email protected]> | 2014-01-05 06:23:21 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-05 06:23:21 +0000 |
commit | c431fb65b883a0a5fa060ea7caace0aca3628ec6 (patch) | |
tree | 09898d2307801bffa7e1aeee9251d57ed4837870 /src/tests/test_pbkdf.cpp | |
parent | 052345203b67eb5cacacd5659ec9837eeb59af35 (diff) |
Split up public key tests and data, use new test framework
Diffstat (limited to 'src/tests/test_pbkdf.cpp')
-rw-r--r-- | src/tests/test_pbkdf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_pbkdf.cpp b/src/tests/test_pbkdf.cpp index 140190b13..2bbd98769 100644 --- a/src/tests/test_pbkdf.cpp +++ b/src/tests/test_pbkdf.cpp @@ -37,7 +37,7 @@ std::string pbkdf_test(const std::string& algo, size_t test_pbkdf() { - std::ifstream vec(CHECKS_DIR "/pbkdf.vec"); + std::ifstream vec(TEST_DATA_DIR "/pbkdf.vec"); return run_tests(vec, "PBKDF", "Output", true, [](std::map<std::string, std::string> m) |