X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Funit%2Fcerrtest%2FMakefile;h=6d8b231069a125f5423552b8446c3fe04cf3be30;hb=f1c529569b4b1c9b03792c1ae2fd5fd670fe7f5d;hp=ed13e1832802e9d027f562b08c7479c99c42f515;hpb=fb54b1c9d2fbc3d4a62c6b4d38ff68e9d3b25c26;p=YACASL2.git diff --git a/test/unit/cerrtest/Makefile b/test/unit/cerrtest/Makefile index ed13e18..6d8b231 100644 --- a/test/unit/cerrtest/Makefile +++ b/test/unit/cerrtest/Makefile @@ -1,3 +1,3 @@ -UNITNAME = cerrtest UCLASS = COMMON -include ../Test.mk +TESTSRCFILE = cerrtest.c +include ../TEST.mk