Rename valgrind_ctime_test -> ctime_tests

This commit is contained in:
Pieter Wuille
2022-12-06 18:45:43 -05:00
parent 6eed6c18de
commit 5048be17e9
6 changed files with 10 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ int main(void) {
if (!SECP256K1_CHECKMEM_RUNNING()) {
fprintf(stderr, "Unless compiled under msan, this test can only usefully be run inside valgrind.\n");
fprintf(stderr, "Usage: libtool --mode=execute valgrind ./valgrind_ctime_test\n");
fprintf(stderr, "Usage: libtool --mode=execute valgrind ./ctime_tests\n");
return 1;
}
ctx = secp256k1_context_create(SECP256K1_CONTEXT_DECLASSIFY);