summaryrefslogtreecommitdiff
path: root/run_tests.c
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-04-20 18:23:01 +0200
committerMitya Selivanov <automainint@guattari.tech>2025-04-20 18:23:01 +0200
commitca73b12180ad0dd38e73f19bab81807a43460451 (patch)
tree5e569120b62ce042b262deb04e13677ad3d907d4 /run_tests.c
parentbcf1992714fb95d4c4dd16f6b27f8767205bb9f3 (diff)
downloadreduced_system_layer-ca73b12180ad0dd38e73f19bab81807a43460451.zip
Rename to Runtime
Diffstat (limited to 'run_tests.c')
-rwxr-xr-xrun_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.c b/run_tests.c
index 38f6461..43898da 100755
--- a/run_tests.c
+++ b/run_tests.c
@@ -28,7 +28,7 @@ exit $STATUS # */
#define ENABLE_WAYLAND 0
#define ENABLE_ALSA 0
-#include "reduced_system_layer.c"
+#include "runtime.c"
#include "graphics.c"
#include "stackless_coroutine.c"