add tests for shell builder

Change-Id: I37350e7e813db173e033bd4131e62be77ab9753a
This commit is contained in:
Alexandre Conrad
2014-04-25 14:13:57 -07:00
parent c68249a7f1
commit 2ae9c25cef
3 changed files with 13 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<builders>
<hudson.tasks.Shell>
<command>make test</command>
</hudson.tasks.Shell>
</builders>
</project>

View File

@@ -0,0 +1,2 @@
builders:
- shell: "make test"