Add test script to source control

This commit is contained in:
2025-05-10 12:38:43 +01:00
parent e8b7e98bd2
commit ddfab08a08
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -1,6 +1,5 @@
.cache .cache
compile_commands.json compile_commands.json
main main
test
*.png *.png
raylib raylib
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
./build
./main