1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-17 04:29:48 +00:00
xa65/xa/tests/Makefile
2014-08-20 21:44:22 +02:00

8 lines
124 B
Makefile

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