X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fcomet2%2Fcmd_JNZ_jnz_p%2FMakefile;fp=test%2Fintegration%2Fcomet2%2Fcmd_JNZ_jnz_p%2FMakefile;h=0000000000000000000000000000000000000000;hb=c5e30b2f26ebc174c49c52c67121f3be81b5bd43;hp=f0613d6f2466337ce2ee01c60e77a0eb2d6236f1;hpb=851e22754474ae6518109b5485130dcf86f7f880;p=YACASL2.git diff --git a/test/integration/comet2/cmd_JNZ_jnz_p/Makefile b/test/integration/comet2/cmd_JNZ_jnz_p/Makefile deleted file mode 100644 index f0613d6..0000000 --- a/test/integration/comet2/cmd_JNZ_jnz_p/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -include ../CMD.mk # YACASL2DIR, CASL2 -ASDIR = $(YACASL2DIR)/as -CASL2LIBDIR = $(YACASL2DIR)/as/casl2lib -ASFILE = $(YACASL2DIR)/as/cmd/JNZ/jnz_p.casl -COMET2FLAG = -td -M16 -EXECCMD = $(COMET2) $(COMET2FLAG) $(OBJFILE) -include ../TEST.mk