summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.c b/build.c
index 36e3880..3996846 100755
--- a/build.c
+++ b/build.c
@@ -541,7 +541,6 @@ i32 main(i32 argc, c8 **argv) {
}
fflush(stdout);
- /*
code = system(fmt("\"." DELIM "%s" DELIM "test_signals\" --quiet", destination)) & 0xff;
if (code == 0)
printf("signals - OK\n");
@@ -550,8 +549,8 @@ i32 main(i32 argc, c8 **argv) {
status = 1;
}
fflush(stdout);
- */
+ /*
system(fmt("\"." DELIM "%s" DELIM "test_interprocess\" clean", destination));
if (OS == WINDOWS)
system(fmt("start \"\" /b %s/test_interprocess\" reader", destination));
@@ -565,6 +564,7 @@ i32 main(i32 argc, c8 **argv) {
status = 1;
}
fflush(stdout);
+ */
printf("\nAll done.\n");
return status;