X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Funit%2Fprint_cmdtype_code%2FMakefile;h=46877470b2f9d9a3c6d4a18bb3f08ba3ea2083b9;hb=8a76ef9abe62fac15c40aebb64fbb8a541b78075;hp=f9cbe5b377078da1a6d80d3b7c899a6d5cb182cf;hpb=fb54b1c9d2fbc3d4a62c6b4d38ff68e9d3b25c26;p=YACASL2.git diff --git a/test/unit/print_cmdtype_code/Makefile b/test/unit/print_cmdtype_code/Makefile index f9cbe5b..4687747 100644 --- a/test/unit/print_cmdtype_code/Makefile +++ b/test/unit/print_cmdtype_code/Makefile @@ -1,3 +1,3 @@ -UNITNAME = print_cmdtype_code +TESTSRCFILE = print_cmdtype_code.c UCLASS = COMMON -include ../Test.mk +include ../TEST.mk