diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-04-20 18:23:01 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-04-20 18:23:01 +0200 |
commit | ca73b12180ad0dd38e73f19bab81807a43460451 (patch) | |
tree | 5e569120b62ce042b262deb04e13677ad3d907d4 /run_tests.c | |
parent | bcf1992714fb95d4c4dd16f6b27f8767205bb9f3 (diff) | |
download | reduced_system_layer-ca73b12180ad0dd38e73f19bab81807a43460451.zip |
Rename to Runtime
Diffstat (limited to 'run_tests.c')
-rwxr-xr-x | run_tests.c | 2 |
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" |