Add test target to makefile

This commit is contained in:
Hackerpilot 2016-09-06 15:28:22 -07:00
parent a046b490ee
commit 75544fda71
1 changed files with 3 additions and 0 deletions

View File

@ -149,3 +149,6 @@ ldcclient: githash
ldcserver: githash
${LDC} $(LDC_SERVER_FLAGS) ${SERVER_SRC} -oq -of=bin/dcd-server
test: debugserver dmdclient
cd tests && ./run_tests.sh