acme/testing/Makefile

14 lines
160 B
Makefile
Raw Normal View History

.SILENT:
all:
echo "Testing CPUs..."
echo
make -C cpus
echo "Testing errors..."
echo
make -C errors
echo "Testing warnings..."
echo
make -C warnings