summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-02-11 16:42:31 +0100
committerOskar <[email protected]>2024-02-11 16:42:31 +0100
commit30fc82f1b352b806c3716bf551f372cefc84c1d7 (patch)
tree7a91bb442018963d63eec101317b194d420b9a87 /test/Makefile
parentcbaeb6f6a24532b5ecbc4fea4dcb329961ad4e37 (diff)
More changes to the makefile to make it easier for testing
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..75145a3
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,8 @@
+all: 7ed-TESTING
+7ed-TESTING:
+ cd .. && make tests
+ @echo "Done."
+
+clean:
+ cd .. && make clean
+ @echo "Cleaned."