Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_build_soong
/
b2441c52a4b2b1547d4b09ca70a2382cc2de0b51
/
.
/
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