diff options
| author | Colin Cross <ccross@android.com> | 2017-07-13 10:46:04 -0700 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2017-07-13 11:10:39 -0700 |
| commit | 26c141fe686b76eaf8254c2ad9ee151ccb191326 (patch) | |
| tree | e88da933476c8f5e9a8824d1b39d756f6b53cff0 /tests | |
| parent | d317b06164b4f9b1160064d21d0d9c8d4162f5ff (diff) | |
| download | platform_build_blueprint-26c141fe686b76eaf8254c2ad9ee151ccb191326.tar.gz platform_build_blueprint-26c141fe686b76eaf8254c2ad9ee151ccb191326.tar.bz2 platform_build_blueprint-26c141fe686b76eaf8254c2ad9ee151ccb191326.zip | |
Add a script to regenerate build.ninja.in files
Add regen_build_ninja_in.sh to regenerate build.ninja.in and
tests/test_tree/build.ninja.in.
Change-Id: Ib196576fb39eb1adf4ed660b7aa2d24c84aed077
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/test_tree_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_tree_tests.sh b/tests/test_tree_tests.sh index 43f12fc..515e2b6 100755 --- a/tests/test_tree_tests.sh +++ b/tests/test_tree_tests.sh @@ -23,6 +23,7 @@ ${SRCDIR}/blueprint/bootstrap.bash if ! cmp -s ${SRCDIR}/build.ninja.in .minibootstrap/build.ninja.in; then echo "tests/test_tree/build.ninja.in and .minibootstrap/build.ninja.in should be the same" >&2 + echo "run regen_build_ninja_in.sh" >&2 exit 1 fi |
