Skip to content

Commit 47deba2

Browse files
committed
fixup-1-1
1 parent 56fd245 commit 47deba2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/PUC-Rio-Lua-5.1-tests/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
1616
# variable as proposed in the first case.
1717
set(LUA_PATH "?\;${CMAKE_CURRENT_SOURCE_DIR}/?.lua")
1818

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>
2121
# subdirectory.
2222
add_subdirectory(libs)
2323

@@ -31,7 +31,7 @@ add_subdirectory(libs)
3131
# Lua 5.1 internal headers and should be adapted for LuaJIT.
3232

3333
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
3535
)
3636

3737
add_custom_command(TARGET PUC-Rio-Lua-5.1-tests

test/PUC-Rio-Lua-5.1-tests/libs/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ list(APPEND TESTLIBS ${LIB2COPY})
5555
# subdirectory "libs/P1", to be used by tests.
5656
# Instead of tracking empty directory with some anchor-file for
5757
# 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
6060
COMMENT "Create directory for PUC-Rio Lua 5.1 tests"
6161
COMMAND ${CMAKE_COMMAND} -E make_directory P1
6262
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}

0 commit comments

Comments
 (0)