From 0d384b7944c20f3389c2be9363afac99783d776a Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 16 Feb 2012 10:06:26 +0900 Subject: Windows test system improved Signed-off-by: Martin Sustrik --- tests/tests.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/tests.cpp') diff --git a/tests/tests.cpp b/tests/tests.cpp index dc55e97..1a3a2e0 100644 --- a/tests/tests.cpp +++ b/tests/tests.cpp @@ -21,8 +21,12 @@ // This file is used only in MSVC build. // It gathers all the tests into a single executable. +#include "testutil.hpp" + #include +#undef XS_TEST_MAIN + #define XS_TEST_MAIN hwm #include "hwm.cpp" #undef XS_TEST_MAIN @@ -116,5 +120,8 @@ int main () rc = timeo (); assert (rc == 0); + fprintf (stderr, "SUCCESS\n"); + xs_sleep (1); + return 0; } \ No newline at end of file -- cgit v1.2.3