• R/O
  • SSH

pyrepo: Commit

Library with common primitives for Python_ programming language


Commit MetaInfo

Revisione54438e161c002045c1f4a3953dfbb2866212048 (tree)
Zeit2022-08-29 07:47:34
AutorSergey Gusarov <laborer2008@gmai...>
CommiterSergey Gusarov

Log Message

Added comment

Ändern Zusammenfassung

Diff

diff -r f6817ea4b486 -r e54438e161c0 run_tests.py
--- a/run_tests.py Mon Aug 29 00:43:02 2022 +0300
+++ b/run_tests.py Mon Aug 29 01:47:34 2022 +0300
@@ -13,6 +13,9 @@
1313
1414
1515 def main():
16+ # If there is arch and compiler version(not default) pass them after name of the compiler.
17+ # E.g: gcc-armeabi_v7a-4.7, See cmake_tools/scripts/build/common.py
18+
1619 argsParser = argparse.ArgumentParser('Execute all tests for specified build configuration.\n')
1720 argsParser.add_argument(
1821 'build_type',
Show on old repository browser