diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-06-06 12:56:00 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-06-06 12:56:00 +0200 |
commit | 3ae3ed9a17f515f0f0ddd2b82f964720cc051865 (patch) | |
tree | 923ccd858e56a959ff9ce92faa0e539bfa678eef | |
parent | 073274589d459a1d7616642a7c1a4a374b528231 (diff) | |
download | kit-3ae3ed9a17f515f0f0ddd2b82f964720cc051865.zip |
[build] debug
-rwxr-xr-x | build.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |