aboutsummaryrefslogtreecommitdiff
path: root/Makefile.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.nix')
-rw-r--r--Makefile.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nix b/Makefile.nix
index a2bb3d7..b6c5893 100644
--- a/Makefile.nix
+++ b/Makefile.nix
@@ -52,6 +52,7 @@ documentation:
$(MDOC) -p src -o doc -t "Brok[en]gine" -i README.md -d reference -m "markdown"
test:
+ $(ECHO) "Running tests..."
busted
bin/client/bin/brokengine_client : $(client_objs) $(shared_objs)