Automate virtual test (#714)

* using argparse for parsing command line arguments

* added command line option to specify which servers to run

---------

Co-authored-by: Erik Fröjdh <erik.frojdh@gmail.com>
This commit is contained in:
2023-05-11 12:15:22 +02:00
committed by GitHub
parent da4dd0df7e
commit fb25a01db5
5 changed files with 212 additions and 4 deletions

View File

@ -58,3 +58,5 @@ set_target_properties(tests PROPERTIES
include(CTest)
include(Catch)
catch_discover_tests(tests)
configure_file(scripts/test_simulators.py ${CMAKE_BINARY_DIR}/bin/test_simulators.py COPYONLY)