Functional Tests for servicehandler
[transportpce.git] / tests / SH_func_tests.sh
diff --git a/tests/SH_func_tests.sh b/tests/SH_func_tests.sh
new file mode 100755 (executable)
index 0000000..4b7b597
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+(cd .. && git apply tests/SH_stubs.diff && mvn clean install -DskipTests)
+(cd .. && git checkout .)
+
+exit $?