summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 24cac8c..aefb70c 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -1,4 +1,4 @@
-.PHONY: all clean install
+.PHONY: all clean install test
all: 3rdParty/xxd/xxd biruda workertest
@@ -80,4 +80,8 @@ run: all
@-./biruda -c biruda.conf -p
@-./biruda --guess-env --human-readable
-
+test:
+ @-./biruda -f -c biruda.conf &
+ @sleep 10
+ @-./biruda -i --no-colors -c biruda.conf -F testscript
+ @-pkill biruda