Add tests for timers mode 2
[emu8051.git] / tests / Makefile.am
index 51a5814..53f352b 100644 (file)
@@ -7,7 +7,7 @@ SUFFIXES = .hex .asm
 TESTS = \
     opcodes
 
-check_PROGRAMS = mul1.hex mul2.hex div.hex orl.hex anl.hex mov.hex timer0.hex timer1.hex
+check_PROGRAMS = mul1.hex mul2.hex div.hex orl.hex anl.hex mov.hex timer0.hex timer1.hex timer2.hex
 
 mul1.hex: mul1.asm
 mul2.hex: mul2.asm
@@ -17,6 +17,7 @@ anl.hex: anl.asm
 mov.hex: mov.asm
 timer0.hex: timer0.asm
 timer1.hex: timer1.asm
+timer2.hex: timer2.asm
 
 .asm.hex:
        $(AS51) $<