Skip to content

Commit

Permalink
Added feedback
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde committed Jun 20, 2022
1 parent d2c8b1f commit 2d5ba81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/common_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function(configure_common_test PHYSICS_ENGINE_NAME test_name)
add_test(NAME ${test_name}_${PHYSICS_ENGINE_NAME}
COMMAND
${test_name}
${CMAKE_BINARY_DIR}/lib/${CMAKE_SHARED_LIBRARY_PREFIX}${PROJECT_LIBRARY_TARGET_NAME}-${PHYSICS_ENGINE_NAME}-plugin${CMAKE_SHARED_LIBRARY_SUFFIX}
$<TARGET_FILE:${PROJECT_LIBRARY_TARGET_NAME}-${PHYSICS_ENGINE_NAME}-plugin>
)
endfunction()

Expand Down
4 changes: 2 additions & 2 deletions test/common_test/basic_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class EntityManagementFeaturesTest:

static std::string GetLibToTest()
{
return libToTest;
}
return libToTest;
}

// Documentation inherited
public: void SetUp() override
Expand Down

0 comments on commit 2d5ba81

Please sign in to comment.