Skip to content

Commit

Permalink
Re #9442. The CurveFitting tests require Algorithms.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed May 14, 2014
1 parent f1c8fca commit 39d3994
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/CurveFitting/test/CMakeLists.txt
Expand Up @@ -11,6 +11,7 @@ if ( CXXTEST_FOUND )
)
cxxtest_add_test ( CurveFittingTest ${TEST_FILES} )
target_link_libraries( CurveFittingTest CurveFitting DataHandling DataObjects ${GMOCK_LIBRARIES} ${GTEST_LIBRARIES})
add_dependencies ( CurveFittingTest Algorithms )
add_dependencies ( FrameworkTests CurveFittingTest )
# Add to the 'FrameworkTests' group in VS
set_property ( TARGET CurveFittingTest PROPERTY FOLDER "UnitTests" )
Expand Down

0 comments on commit 39d3994

Please sign in to comment.