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