systemc: Make the verify.py --list option print a total count.
authorGabe Black <gabeblack@google.com>
Sun, 17 Jun 2018 05:42:22 +0000 (22:42 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 28 Aug 2018 21:23:39 +0000 (21:23 +0000)
commit4c8cdccaf07dcd689017c3bbd481d237236fc3af
treef16595085c5db0e8e183f547344cb29e8d525138
parent6b14e93af09a329291f781a797352383f9f232db
systemc: Make the verify.py --list option print a total count.

Make the --list option of verify.py print a count of how many tests it
printed. Because --list respects the filter options, this is an easy
way to check how many tests have certain properties.

Change-Id: I03fac349a946631c20c8e6b49e0ad8934872898e
Reviewed-on: https://gem5-review.googlesource.com/11288
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/tests/verify.py