X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=test%2Funit%2Fcerrtest%2FMakefile;h=6d8b231069a125f5423552b8446c3fe04cf3be30;hp=ed13e1832802e9d027f562b08c7479c99c42f515;hb=3ea92ba68cb320156d5bc7fe92f5e5fa0c150635;hpb=fb54b1c9d2fbc3d4a62c6b4d38ff68e9d3b25c26 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