Skip to content

tests: add a script that supports filtering tests

Alexey Protsenko requested to merge test-script into master

Add tests/test.sh script that

  • compiles only the needed code (libtarantool_module_test_runner and dependencies)
  • runs the tests/run_tests.lua script passing an optional FILTER string that will be used to filter tests

Merge request reports