commit | 56c0be57354a8b538068851dd0aaf8125c0f0ae1 | [log] [tgz] |
---|---|---|
author | Qiuhan Ding <dingqiuhan@gmail.com> | Wed Mar 11 17:21:26 2015 -0700 |
committer | Qiuhan Ding <dingqiuhan@gmail.com> | Thu Mar 12 12:43:18 2015 -0700 |
tree | 3d26c4bdbb4feaa24542ac594b186698e1739ddb | |
parent | 52f138341c3c6b51d4d8120d58a232ebbc2b2d25 [diff] [blame] |
test: add test script in jenkins Change-Id: I5c8292d3b7cba6feedda431c0ba617cc2fca460f
diff --git a/.jenkins.d/30-tests.sh b/.jenkins.d/30-tests.sh new file mode 100755 index 0000000..7e6610e --- /dev/null +++ b/.jenkins.d/30-tests.sh
@@ -0,0 +1,8 @@ +#!/usr/bin/env bash +set -x +set -e + +# Prepare environment +sudo rm -Rf ~/.ndn + +./build/unit-tests -l test_suite