From 75544fda71ef91357c8ee526f40a5960dc54bcdd Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 6 Sep 2016 15:28:22 -0700 Subject: [PATCH] Add test target to makefile --- makefile | 3 +++ 1 file changed, 3 insertions(+) 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