Organize Soong's integration tests:

- Move them into a new directory
- Split tests by theme and add a library file
- Add a shell script that runs them all

Test: Manually ran build/soong/run_integration_tests.sh .
Change-Id: I758b91d679f41aee47d15472cc02547ce89f6386
This commit is contained in:
Lukacs T. Berki
2021-04-08 13:21:13 +02:00
parent f247ff73ae
commit 3b730c4bc8
4 changed files with 114 additions and 95 deletions

6
tests/run_integration_tests.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
TOP="$(readlink -f "$(dirname "$0")"/../../..)"
"$TOP/build/soong/tests/bootstrap_test.sh"
"$TOP/build/soong/tests/mixed_mode_test.sh"