Skip to content
Snippets Groups Projects
Commit 455a862c authored by Igor Munkin's avatar Igor Munkin Committed by Yaroslav Lobankov
Browse files

test: rewrite test for gh-1700 with luatest

As a result of the patch, all required files are moved to app-luatest
subdirectory. introducing the following layout:

  app-luatest/
  |- <name>_test.lua
  |- lib/
     |- CMakeLists.txt
     |- <libname>.c

The test itself is rewritten via <justrun> and <treegen> helpers to make
it more clear and easy to maintain.

Since luatest provides <skip_if> helper, .skipcond file is not necessary
anymore and is removed.

Needed for #8252

NO_DOC=refactoring
NO_TEST=refactoring
NO_CHANGELOG=refactoring
parent ecbbc925
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment