prog: test: large data test

This commit is contained in:
2026-02-19 19:32:28 +00:00
parent f1e71cafc4
commit 95bb04e866
2 changed files with 155 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
add_executable(test test.c)
target_link_libraries(test c)
target_link_libraries(test libc libc-rt liblaunch)
sysroot_add_program(
NAME test