From 2abf50d18e47bfe069844cd53cc93c32008accea Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Fri, 18 Sep 2015 11:53:50 -0700 Subject: [PATCH] Add githash target to testing dependencies to fix build --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c5cecc1..eb1cf60 100644 --- a/makefile +++ b/makefile @@ -45,7 +45,7 @@ ldcbuild: githash mkdir -p bin ${LDC} -O5 -release -oq -of=bin/dscanner ${VERSIONS} ${INCLUDE_PATHS} ${SRC} -J. -test: +test: githash ${DC} -w -g -J. -unittest ${INCLUDE_PATHS} ${SRC} -ofbin/dscanner-unittest -version=StdLoggerDisableWarning ./bin/dscanner-unittest rm -f bin/dscanner-unittest