commit | ee6529eb834434901aea0a080b15eabd497f9583 | [log] [tgz] |
---|---|---|
author | Mohammad Azim Khan <Azim.Khan@arm.com> | Fri Jul 06 00:50:34 2018 +0100 |
committer | Mohammad Azim Khan <Azim.Khan@arm.com> | Mon Aug 06 11:42:56 2018 +0100 |
tree | 4a204989f8a6dd7cf1ea8efc81f9c08f6b425a7b | |
parent | 21798105f61dae6fb5c0246a1c61fb970e89322b [diff] [blame] |
Add generate_test_code.py unit tests in all.sh
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 41ea080..ca9c93e 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh
@@ -1050,9 +1050,11 @@ done done -msg "Analyse: Python source with Pylint" +msg "Lint: Python scripts" tests/scripts/check-python-files.sh +msg "uint test: generate_test_code.py" +./tests/scripts/test_generate_test_code.py ################################################################ #### Termination