1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-26 08:29:29 +00:00
xa65/xa/tests/Makefile

8 lines
124 B
Makefile
Raw Normal View History

2014-08-18 21:19:07 +00:00
2014-08-20 19:44:22 +00:00
TESTS=adrm binclude chardelimiter charset comcom fordef incerr
2014-08-18 21:19:07 +00:00
tests:
for i in $(TESTS); do (cd $$i; make tests); done
2014-08-18 21:19:07 +00:00