From 22d05ebfdbb409530fb20133cf150fb4c419faac Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 20 Dec 2015 13:51:28 -0500 Subject: Add --data-dir option to test command Understand using '-' on the command line to mean stdin Fix last few unit tests that wanted to write to the filesystem; removes outdata directory. --- src/tests/test_ecdsa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/test_ecdsa.cpp') diff --git a/src/tests/test_ecdsa.cpp b/src/tests/test_ecdsa.cpp index e18038676..7140dcbe7 100644 --- a/src/tests/test_ecdsa.cpp +++ b/src/tests/test_ecdsa.cpp @@ -23,7 +23,7 @@ class ECDSA_Signature_KAT_Tests : public PK_Signature_Generation_Test public: ECDSA_Signature_KAT_Tests() : PK_Signature_Generation_Test( "ECDSA", - Test::data_file("pubkey/ecdsa.vec"), + "pubkey/ecdsa.vec", {"Group", "X", "Hash", "Msg", "Signature"}) {} -- cgit v1.2.3