Commit Diff


commit - f58bfc97c627f1838696697339fb3e443c05767a
commit + e96e1b02d7c88d2d756085d50bc114477189ece7
blob - /dev/null
blob + f00f4ac0b1ef26b1cd837567c815c1ae0cb2edc5 (mode 644)
--- /dev/null
+++ changelogs/unreleased/luajit-replace-prove-with-ctest.md
@@ -0,0 +1,3 @@
+## feature/luajit
+
+* cmake: replace prove with CTest.
blob - 743edb9e01fa1521b8473189be23b49e4e065a49
blob + f56821c3d8af0f74b218cfb0205772ffdf471b3b
--- cmake/luajit.cmake
+++ cmake/luajit.cmake
@@ -39,6 +39,8 @@ set(LUAJIT_SMART_STRINGS ON CACHE BOOL
     "Harder string hashing function" FORCE)
 set(LUAJIT_TEST_BINARY $<TARGET_FILE:tarantool> CACHE STRING
     "Lua implementation to be used for tests (tarantool)" FORCE)
+set(LUAJIT_TEST_DEPS "tarantool" CACHE STRING
+    "Dependencies to be used for tests (tarantool)" FORCE)
 set(LUAJIT_USE_TEST OFF CACHE BOOL
     "Generate <test> target" FORCE)