quickdev16/avr/usbload/Makefile.test
2009-10-26 18:16:37 +01:00

17 lines
376 B
Makefile

all:
gcc -c loader_test.c
gcc -c inflate.c
gcc -c neginf/neginf.c
gcc -c inflate_test.c
gcc -c ringbuffer.c
gcc -o inflate_test inflate.o neginf.o inflate_test.o loader_test.o ringbuffer.o
loader:
python ../../scripts/conv_zip_test.py ../../roms/qd16boot02_half.smc
test:
./inflate_test
@md5sum out.smc
@md5sum out_ref.smc
@md5sum ../../roms/qd16boot02_half.smc