X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Funit%2Fopdtok%2FMakefile;h=2b496bf126309b94d79b79e836c97c1a9fc8a37c;hb=47d99698d05ba013337f543a2b4bb16cdc39dd52;hp=eb78a084215965ac604d4e3c70bf62b8abfc8fe0;hpb=fb54b1c9d2fbc3d4a62c6b4d38ff68e9d3b25c26;p=YACASL2.git 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