From ee6529eb834434901aea0a080b15eabd497f9583 Mon Sep 17 00:00:00 2001 From: Mohammad Azim Khan Date: Fri, 6 Jul 2018 00:50:34 +0100 Subject: [PATCH] Add generate_test_code.py unit tests in all.sh --- tests/scripts/all.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 41ea08026..ca9c93ef2 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1050,9 +1050,11 @@ for optimization_flag in -O2 -O3 -Ofast -Os; do 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