1
0
mirror of https://github.com/rzzzwilson/pymlac.git synced 2025-06-10 09:32:41 +00:00

Tests now pass

This commit is contained in:
Ross Wilson
2015-11-06 14:07:53 +07:00
parent 061f235c89
commit 6ea6737619
3 changed files with 63 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ OFILES = vimlac.o $(DEVFILES)
CFLAGS=-O2 -Wall -ansi -pedantic -std=c99 -g
test: test_cpu
rm -f vimlac.log
rm -f vimlac.log trace.out
./test_cpu CPU.test
test_cpu: test_cpu.c $(DEVFILES) Makefile