Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_build_soong
/
93ae9eb2cdad40004053ef61352d912f66e1ed8b
/
.
/
tests
/
soong_test.sh
blob: 6779d8a959f6095875f29e7df34920a72df73231 [
file
] [
log
] [
blame
]
#!/bin/bash -eu
set
-
o pipefail
# Tests of Soong functionality
source
"$(dirname "
$0
")/lib.sh"
function
test_m_clean_works
{
setup
mkdir
-
p out
/
some_directory
touch out
/
some_directory
/
some_file
run_soong clean
}
scan_and_run_tests