From 127d25903fc705756ac211ea373104d8e8858ae1 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 19 Apr 2015 22:26:12 +0200 Subject: Add recipes for misc other things we want to test Note that this required a change in constant_time_test.c, as it says "ok", which interferes with what Test::Harness expects to see. I had constant_time_test.c say "success" instead. Reviewed-by: Rich Salz --- test/constant_time_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/constant_time_test.c') diff --git a/test/constant_time_test.c b/test/constant_time_test.c index ed3d7eaac4..1c04cb7b61 100644 --- a/test/constant_time_test.c +++ b/test/constant_time_test.c @@ -295,7 +295,7 @@ int main(int argc, char *argv[]) } if (!num_failed) { - fprintf(stdout, "ok (ran %d tests)\n", num_all); + fprintf(stdout, "success (ran %d tests)\n", num_all); return EXIT_SUCCESS; } else { fprintf(stdout, "%d of %d tests failed!\n", num_failed, num_all); -- cgit v1.2.3-70-g09d2