aboutsummaryrefslogtreecommitdiff
path: root/ndk/checkbuild.py
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2022-10-27 20:23:19 +0000
committerJames Farrell <jamesfarrell@google.com>2022-10-27 20:23:19 +0000
commit8cfe2c95d86bd421a34b614b9d4653faef5491b3 (patch)
treea92211ea494183e4d875244ad7a5b290786fbf0e /ndk/checkbuild.py
parentee635e8f71003fa8ed1f1d8e60772dd9492203c1 (diff)
downloadndk-8cfe2c95d86bd421a34b614b9d4653faef5491b3.tar.gz
Print a message when building tests.
Change-Id: I54de2d9e9c1659124306a41a1be445f7e577350d
Diffstat (limited to 'ndk/checkbuild.py')
-rwxr-xr-xndk/checkbuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndk/checkbuild.py b/ndk/checkbuild.py
index fb7af36c4..5eafcf89e 100755
--- a/ndk/checkbuild.py
+++ b/ndk/checkbuild.py
@@ -2718,6 +2718,7 @@ def main() -> None:
test_timer = ndk.timer.Timer()
with test_timer:
if args.build_tests:
+ print("Building tests...")
purge_unwanted_files(ndk_dir)
good = build_ndk_tests(out_dir, dist_dir, args)
print() # Blank line between test results and timing data.