acme/testing/Makefile
2024-02-14 00:49:01 +00:00

14 lines
160 B
Makefile

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