From ddfab08a08380b6f6045d6d3efaec1fad8dcb7c3 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sat, 10 May 2025 12:38:43 +0100 Subject: [PATCH] Add test script to source control --- .gitignore | 1 - test | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100755 test diff --git a/.gitignore b/.gitignore index b8b9dbc..405227c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .cache compile_commands.json main -test *.png raylib diff --git a/test b/test new file mode 100755 index 0000000..66ee3b7 --- /dev/null +++ b/test @@ -0,0 +1,4 @@ +#!/bin/bash + +./build +./main