mirror of
https://github.com/fachat/xa65.git
synced 2025-01-16 19:32:04 +00:00
8 lines
124 B
Makefile
8 lines
124 B
Makefile
|
|
TESTS=adrm binclude chardelimiter charset comcom fordef incerr
|
|
|
|
tests:
|
|
for i in $(TESTS); do (cd $$i; make tests); done
|
|
|
|
|