X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2FCOMET2%2Fdivl1_call%2FMakefile;fp=test%2Fintegration%2FCOMET2%2Fdivl1_call%2FMakefile;h=ae86dd2b4a4aca57f4844f93f3a557d916c9048b;hb=fb54b1c9d2fbc3d4a62c6b4d38ff68e9d3b25c26;hp=0000000000000000000000000000000000000000;hpb=b4e48008c95b35c692827326191698c22b06124f;p=YACASL2.git diff --git a/test/integration/COMET2/divl1_call/Makefile b/test/integration/COMET2/divl1_call/Makefile new file mode 100644 index 0000000..ae86dd2 --- /dev/null +++ b/test/integration/COMET2/divl1_call/Makefile @@ -0,0 +1,4 @@ +include ../CMD.mk # YACASL2DIR, CASL2 +ASDIR = $(YACASL2DIR)/as/FUNC +ASFILE = $(ASDIR)/divl_call.casl $(ASDIR)/divl1.casl $(ASDIR)/outl.casl +include ../TEST.mk