Add test script to source control

This commit is contained in:
Abdelrahman Said 2025-05-10 12:38:43 +01:00
parent e8b7e98bd2
commit ddfab08a08
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
.cache
compile_commands.json
main
test
*.png
raylib

4
test Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
./build
./main