Unit tests

This commit is contained in:
2026-03-18 15:21:58 +11:00
parent 3f678e0cd7
commit 7443722dd5
10 changed files with 105 additions and 36 deletions

4
tests/lib.grnd Normal file
View File

@@ -0,0 +1,4 @@
fun !lib_PrintHello -int
println "Hello"
return 0
endfun