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