mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 13:20:07 +03:00
Add githash target to testing dependencies to fix build
This commit is contained in:
parent
80d358d8ca
commit
2abf50d18e
1 changed files with 1 additions and 1 deletions
2
makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue