aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_pbkdf.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-05 06:23:21 +0000
committerlloyd <[email protected]>2014-01-05 06:23:21 +0000
commitc431fb65b883a0a5fa060ea7caace0aca3628ec6 (patch)
tree09898d2307801bffa7e1aeee9251d57ed4837870 /src/tests/test_pbkdf.cpp
parent052345203b67eb5cacacd5659ec9837eeb59af35 (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.cpp2
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)