moving tests to .test to get them out of root folder for now

This commit is contained in:
Max Cahill 2022-03-07 12:10:20 +11:00
parent 6969a044a3
commit 813ee20052
2 changed files with 3 additions and 3 deletions

View File

@ -24,4 +24,4 @@ jobs:
- name: Run tests
run: |
cd batteries
testy.lua tests.lua
testy.lua .test/tests.lua

View File

@ -1,5 +1,5 @@
-- Run this file with testy:
-- testy.lua tests.lua
-- Run this file with testy from within batteries
-- testy.lua .tests/tests.lua
-- testy sets `...` to "module.test", so ignore that and use module top-level paths.
package.path = package.path .. ";../?.lua"