File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,9 @@ file(GLOB TEST_LIST ${CMAKE_SOURCE_DIR}/t/*.t)
21
21
foreach (TEST ${TEST_LIST} )
22
22
get_filename_component (TEST_NAME ${TEST} NAME )
23
23
add_test (memtx-${TEST_NAME} tarantool ${TEST} )
24
- set_tests_properties (memtx-${TEST_NAME} PROPERTIES ENVIRONMENT "${LUA_PATH} " )
25
- set_tests_properties (memtx-${TEST_NAME} PROPERTIES ENVIRONMENT "ENGINE=memtx" )
24
+ set_tests_properties (memtx-${TEST_NAME} PROPERTIES ENVIRONMENT "ENGINE=memtx;${LUA_PATH} " )
26
25
add_test (vinyl-${TEST_NAME} tarantool ${TEST} )
27
- set_tests_properties (vinyl-${TEST_NAME} PROPERTIES ENVIRONMENT "${LUA_PATH} " )
28
- set_tests_properties (vinyl-${TEST_NAME} PROPERTIES ENVIRONMENT "ENGINE=vinyl" )
26
+ set_tests_properties (vinyl-${TEST_NAME} PROPERTIES ENVIRONMENT "ENGINE=vinyl;${LUA_PATH} " )
29
27
endforeach ()
30
28
31
29
add_custom_target (check
You can’t perform that action at this time.
0 commit comments