1
0
mirror of https://github.com/fachat/xa65.git synced 2024-09-30 07:56:36 +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