summaryrefslogtreecommitdiff
path: root/6502/test/Makefile
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-07-10 05:19:06 -0400
committerLLLL Colonq <llll@colonq>2026-07-10 05:19:06 -0400
commit9ba3ccd51d94e2db6920351eccb9050d1a2c41e1 (patch)
tree95d4eb6d18147fea2890aac74f3001a9db1f8c7b /6502/test/Makefile
parent6f9276b24b371758bf9dbe87110843b6d6dc6f8e (diff)
6502: Lua bindings for testing
Diffstat (limited to '6502/test/Makefile')
-rw-r--r--6502/test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/6502/test/Makefile b/6502/test/Makefile
new file mode 100644
index 0000000..2a6436e
--- /dev/null
+++ b/6502/test/Makefile
@@ -0,0 +1,4 @@
+.PHONY: test
+
+test:
+ @LUA_PATH=./deps/?.lua LUA_CPATH=../?.so ./deps/fennel test.fnl