Skip to content
Snippets Groups Projects
Commit 97fac77e authored by Russell Taylor's avatar Russell Taylor
Browse files

Re #5767. Remove erroneous line.

parent 70a58691
No related branches found
Tags 0.3.0
No related merge requests found
...@@ -2,7 +2,6 @@ if ( CXXTEST_FOUND ) ...@@ -2,7 +2,6 @@ if ( CXXTEST_FOUND )
include_directories ( SYSTEM ${CXXTEST_INCLUDE_DIR} ${GMOCK_INCLUDE_DIR} ${GTEST_INCLUDE_DIR} ) include_directories ( SYSTEM ${CXXTEST_INCLUDE_DIR} ${GMOCK_INCLUDE_DIR} ${GTEST_INCLUDE_DIR} )
cxxtest_add_test ( KernelTest ${TEST_FILES} ) cxxtest_add_test ( KernelTest ${TEST_FILES} )
include_directories ( inc test )
target_link_libraries( KernelTest Kernel ${GMOCK_LIBRARIES} ${GTEST_LIBRARIES} ) target_link_libraries( KernelTest Kernel ${GMOCK_LIBRARIES} ${GTEST_LIBRARIES} )
add_dependencies ( FrameworkTests KernelTest ) add_dependencies ( FrameworkTests KernelTest )
# Add to the 'FrameworkTests' group in VS # Add to the 'FrameworkTests' group in VS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment