aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ecdsa.cpp
diff options
context:
space:
mode:
authorSimon Warta <[email protected]>2015-07-15 00:38:32 +0200
committerSimon Warta <[email protected]>2015-07-15 00:43:00 +0200
commit0fa9aa8f93fb38d56925818af74605757fea5527 (patch)
tree30fb0cc3d212d4476db5c48427fe1274e02215c1 /src/tests/test_ecdsa.cpp
parentd6ee37b106ffdb4d5c07d9f58ae1845b98125afe (diff)
Fix TEST_DATA_DIR
Diffstat (limited to 'src/tests/test_ecdsa.cpp')
-rw-r--r--src/tests/test_ecdsa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test_ecdsa.cpp b/src/tests/test_ecdsa.cpp
index 22a36f1a3..a2ec8d115 100644
--- a/src/tests/test_ecdsa.cpp
+++ b/src/tests/test_ecdsa.cpp
@@ -48,7 +48,7 @@ size_t test_ecdsa()
{
size_t fails = 0;
- std::ifstream ecdsa_sig(PK_TEST_DATA_DIR "/ecdsa.vec");
+ std::ifstream ecdsa_sig(TEST_DATA_DIR_PK "/ecdsa.vec");
fails += run_tests_bb(ecdsa_sig, "ECDSA Signature", "Signature", false,
[](std::map<std::string, std::string> m) -> size_t