Add tests for MOV instruction
[emu8051.git] / tests / Makefile.am
index 1c8547f..9080692 100644 (file)
@@ -7,13 +7,14 @@ SUFFIXES = .hex .asm
 TESTS = \
     opcodes
 
-check_PROGRAMS = mul1.hex mul2.hex div.hex orl.hex anl.hex
+check_PROGRAMS = mul1.hex mul2.hex div.hex orl.hex anl.hex mov.hex
 
 mul1.hex: mul1.asm
 mul2.hex: mul2.asm
 div.hex: div.asm
 orl.hex: orl.asm
 anl.hex: anl.asm
+mov.hex: mov.asm
 
 .asm.hex:
        $(AS51) $<