X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Funit%2Fhash%2FMakefile;h=4d41f4ba39c8e8cd0cfe7eb2afee2a22df5359fd;hb=fa3434904e564058a948eaeb0ade3c017f3032b6;hp=3a6807ec1bd66eebc95cbe8cc77c90a55e0cf36b;hpb=8734038470680c50615c8f71bd4934f44c5f39f6;p=YACASL2.git diff --git a/test/unit/hash/Makefile b/test/unit/hash/Makefile index 3a6807e..4d41f4b 100644 --- a/test/unit/hash/Makefile +++ b/test/unit/hash/Makefile @@ -1,3 +1,11 @@ -UCLASS = COMMON -TESTSRCFILE = ../CERRARRAY.c hash.c -include ../TEST.mk +include ../Define.mk +include ../Define_test.mk +include ../Test.mk + +.INTERMEDIATE: cmd + +SRCDIR = ../../../src +SRCFILES = $(SRCDIR)/hash.c $(SRCDIR)/cmem.c $(SRCDIR)/cerr.c + +cmd: cmd.c $(SRCFILES) + gcc -g -Wall -I ../../../include -o $@ $^