X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Funit%2Fopdtok%2FMakefile;h=2b496bf126309b94d79b79e836c97c1a9fc8a37c;hp=eb78a084215965ac604d4e3c70bf62b8abfc8fe0;hb=8734038470680c50615c8f71bd4934f44c5f39f6;hpb=fb54b1c9d2fbc3d4a62c6b4d38ff68e9d3b25c26 diff --git a/test/unit/opdtok/Makefile b/test/unit/opdtok/Makefile index eb78a08..2b496bf 100644 --- a/test/unit/opdtok/Makefile +++ b/test/unit/opdtok/Makefile @@ -1,3 +1,3 @@ -UNITNAME = opdtok UCLASS = AS -include ../Test.mk +TESTSRCFILE = ../CERRARRAY.c opdtok.c +include ../TEST.mk