summaryrefslogtreecommitdiffstats
path: root/script/autobuild.py
diff options
context:
space:
mode:
Diffstat (limited to 'script/autobuild.py')
-rwxr-xr-xscript/autobuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 97c46abc98..41ba8a4b16 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -40,6 +40,7 @@ tasks = {
("configure", "./configure ${PREFIX} --enable-socket-wrapper ", "text/plain"),
("make", "make all", "text/plain"),
("install", "make install", "text/plain"),
+ ("test", "make autotest", "text/plain"),
("check-clean-tree", "../script/clean-source-tree.sh", "text/plain"),
("clean", "make clean", "text/plain") ],