autobuild: Run ctdb regression tests
authorAmitay Isaacs <amitay@gmail.com>
Thu, 14 Nov 2013 06:38:29 +0000 (17:38 +1100)
committerMartin Schwenke <martins@samba.org>
Thu, 28 Nov 2013 06:31:13 +0000 (07:31 +0100)
Pair-Programmed-with: Michael Adam <obnox@samba.org>

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
script/autobuild.py

index 97c46abc983651e1ce4fd284acaf156847d492bf..41ba8a4b16ff4c4f0b56a7fdb01a64f6d38e048e 100755 (executable)
@@ -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") ],