Skip to content
Snippets Groups Projects
  • Vladimir Davydov's avatar
    1eb98ef3
    test: move Lua tests from /static-build/test to /test/app-tap · 1eb98ef3
    Vladimir Davydov authored
    The tests are TAP compatible and applicable to all Tarantool builds so
    there's no need to run them with ctest. We just need to add a couple
    skip conditions:
     - The luarocks test shouldn't be run on dynamic builds because luarocks
       modules aren't embedded there.
     - The traceback test should be run only if ENABLE_BACKTRACE was set at
       build time.
    
    Part of #9242
    
    NO_DOC=refactoring
    NO_TEST=refactoring
    NO_CHANGELOG=refactoring
    1eb98ef3
    History
    test: move Lua tests from /static-build/test to /test/app-tap
    Vladimir Davydov authored
    The tests are TAP compatible and applicable to all Tarantool builds so
    there's no need to run them with ctest. We just need to add a couple
    skip conditions:
     - The luarocks test shouldn't be run on dynamic builds because luarocks
       modules aren't embedded there.
     - The traceback test should be run only if ENABLE_BACKTRACE was set at
       build time.
    
    Part of #9242
    
    NO_DOC=refactoring
    NO_TEST=refactoring
    NO_CHANGELOG=refactoring