Add githash target to testing dependencies to fix build
This commit is contained in:
parent
80d358d8ca
commit
2abf50d18e
2
makefile
2
makefile
|
@ -45,7 +45,7 @@ ldcbuild: githash
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
${LDC} -O5 -release -oq -of=bin/dscanner ${VERSIONS} ${INCLUDE_PATHS} ${SRC} -J.
|
${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
|
${DC} -w -g -J. -unittest ${INCLUDE_PATHS} ${SRC} -ofbin/dscanner-unittest -version=StdLoggerDisableWarning
|
||||||
./bin/dscanner-unittest
|
./bin/dscanner-unittest
|
||||||
rm -f bin/dscanner-unittest
|
rm -f bin/dscanner-unittest
|
||||||
|
|
Loading…
Reference in New Issue