ソースを参照

Merge pull request #4926 from tianon/add-cli-tests-to-default-bundles

Add "test-integration-cli" to our DEFAULT_BUNDLES list (make all)
unclejack 11 年 前
コミット
25f7b3fbb7
1 ファイル変更1 行追加0 行削除
  1. 1 0
      hack/make.sh

+ 1 - 0
hack/make.sh

@@ -43,6 +43,7 @@ DEFAULT_BUNDLES=(
 	binary
 	test
 	test-integration
+	test-integration-cli
 	dynbinary
 	dyntest
 	dyntest-integration