summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-06-06 12:56:00 +0200
committerMitya Selivanov <automainint@guattari.tech>2024-06-06 12:56:00 +0200
commit3ae3ed9a17f515f0f0ddd2b82f964720cc051865 (patch)
tree923ccd858e56a959ff9ce92faa0e539bfa678eef
parent073274589d459a1d7616642a7c1a4a374b528231 (diff)
downloadkit-3ae3ed9a17f515f0f0ddd2b82f964720cc051865.zip
[build] debug
-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;