X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=test%2Funit%2Fhash%2FMakefile;h=4d41f4ba39c8e8cd0cfe7eb2afee2a22df5359fd;hb=7d5e10034319b163596c9f5930e333fc87043271;hp=4a129e19157810ee23c16c6abbf571416dc1b16b;hpb=14bcf5f3e3d5de25f688bdea81b3323b91ef37ca;p=YACASL2.git diff --git a/test/unit/hash/Makefile b/test/unit/hash/Makefile index 4a129e1..4d41f4b 100644 --- a/test/unit/hash/Makefile +++ b/test/unit/hash/Makefile @@ -1,3 +1,11 @@ -UCLASS = COMMON -TESTSRCFILE = 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 $@ $^