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