From ccd792dace1439b60882fafd1d1bd4b06c405d9e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 22 Apr 2015 11:49:24 -0700 Subject: 1126 - 'mu test x.mu' runs just scenarios in x.mu Required still more tweaking of Recipe namespaces. Mindlessly inserting setup() took a couple of hours to debug because the test function and the function it was testing ended up getting the same recipe number, with the inevitable infinite loop :/ --- cpp/001test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/001test') diff --git a/cpp/001test b/cpp/001test index 8c4bc5e3..0db10e4b 100644 --- a/cpp/001test +++ b/cpp/001test @@ -60,6 +60,8 @@ if (argc > 2 && is_equal(argv[1], "test") && is_number(argv[2])) { return 0; } +// End Test Runs + :(code) void run_tests() { time_t t; time(&t); -- cgit 1.4.1-2-gfad0