File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
test/PUC-Rio-Lua-5.1-tests Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
16
16
# variable as proposed in the first case.
17
17
set (LUA_PATH "?\; ${CMAKE_CURRENT_SOURCE_DIR} /?.lua" )
18
18
19
- # Establish PUC-Lua-5.1-tests-prepare target that contains rules
20
- # for <libs/*> libraries compilation and creates <libs/P1>
19
+ # Establish PUC-Rio- Lua-5.1-tests-prepare target that contains
20
+ # rules for <libs/*> libraries compilation and creates <libs/P1>
21
21
# subdirectory.
22
22
add_subdirectory (libs )
23
23
@@ -31,7 +31,7 @@ add_subdirectory(libs)
31
31
# Lua 5.1 internal headers and should be adapted for LuaJIT.
32
32
33
33
add_custom_target (PUC-Rio-Lua-5.1-tests
34
- DEPENDS ${LUAJIT_TEST_BINARY} PUC-Lua-5.1-tests-prepare
34
+ DEPENDS ${LUAJIT_TEST_BINARY} PUC-Rio- Lua-5.1-tests-prepare
35
35
)
36
36
37
37
add_custom_command (TARGET PUC-Rio-Lua-5.1-tests
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ list(APPEND TESTLIBS ${LIB2COPY})
55
55
# subdirectory "libs/P1", to be used by tests.
56
56
# Instead of tracking empty directory with some anchor-file for
57
57
# git, create this directory via CMake.
58
- add_custom_target (PUC-Lua-5.1-tests-prepare DEPENDS ${TESTLIBS} )
59
- add_custom_command (TARGET PUC-Lua-5.1-tests-prepare
58
+ add_custom_target (PUC-Rio- Lua-5.1-tests-prepare DEPENDS ${TESTLIBS} )
59
+ add_custom_command (TARGET PUC-Rio- Lua-5.1-tests-prepare
60
60
COMMENT "Create directory for PUC-Rio Lua 5.1 tests"
61
61
COMMAND ${CMAKE_COMMAND} -E make_directory P1
62
62
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
You can’t perform that action at this time.
0 commit comments