diff --git a/makefile b/makefile index 1a6bbd4..447045e 100644 --- a/makefile +++ b/makefile @@ -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