summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscript/autobuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 3c788dd0aea..3c455bd5c26 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -150,6 +150,7 @@ tasks = {
("make", "make", "text/plain"),
("test", "make test", "text/plain"),
("install", "make install", "text/plain"),
+ ("checkout-yapp-generated", "git checkout lib/Parse/Pidl/IDL.pm lib/Parse/Pidl/Expr.pm", "text/plain"),
("check-clean-tree", "../script/clean-source-tree.sh", "text/plain"),
("clean", "make clean", "text/plain") ],