meta: re-organise tests

This commit is contained in:
2026-05-04 16:37:06 +01:00
parent 716b939d4f
commit 18c9d30c60
40 changed files with 161 additions and 25 deletions
+7
View File
@@ -0,0 +1,7 @@
file(GLOB test_sources *.c)
foreach (f ${test_sources})
get_filename_component(test_name ${f} NAME_WLE)
add_executable(${test_name} ${f})
target_link_libraries(${test_name} ${fx_assemblies})
endforeach (f)