1
0
mirror of https://github.com/fachat/xa65.git synced 2025-01-01 10:29:19 +00:00
xa65/xa/tests/Makefile

8 lines
117 B
Makefile

TESTS=adrm binclude chardelimiter charset comcom fordef
tests:
for i in $(TESTS); do (cd $$i; make tests); done