Add githash target to testing dependencies to fix build

This commit is contained in:
Hackerpilot 2015-09-18 11:53:50 -07:00
parent 80d358d8ca
commit 2abf50d18e
1 changed files with 1 additions and 1 deletions

View File

@ -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