aboutsummaryrefslogtreecommitdiffstats
path: root/eztester.h
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2025-10-03 23:13:45 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2025-10-03 23:13:45 -0400
commite033b0fb1c2b90cb7e744bf9972f42b18b683eb6 (patch)
treece07675430cb50ea3102e5ad17c9d3b31666c8fb /eztester.h
parenta033103e60aca0c17afa6117e8e46b197aa90109 (diff)
Implement io capture on worker processHEADmain
Redirect stdout and stderr from worker process to a temporary file. The temporary files are printed for premature exits or test failures.
Diffstat (limited to 'eztester.h')
-rw-r--r--eztester.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eztester.h b/eztester.h
index d1fbe3c..57faee7 100644
--- a/eztester.h
+++ b/eztester.h
@@ -77,4 +77,4 @@ ez_status ez_always_fail_test();
// always return error
ez_status ez_always_error_test();
-#endif
+#endif // _EZTESTER_H