Skip to content

Commit

Permalink
Move CustomInterfacesTest target to GUITests. Re #4472.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Feb 7, 2012
1 parent 30ed01f commit d46d678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/CustomInterfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ if ( CXXTEST_FOUND )
cxxtest_add_test ( CustomInterfacesTest ${TEST_FILES} ${GMOCK_TEST_FILES} )
target_link_libraries( CustomInterfacesTest CustomInterfaces DataObjects ${GMOCK_LIBRARIES} ${GTEST_LIBRARIES} )

add_dependencies( FrameworkTests CustomInterfacesTest )
add_dependencies( GUITests CustomInterfacesTest )
# Add to the 'UnitTests' group in VS
set_property( TARGET CustomInterfacesTest PROPERTY FOLDER "UnitTests" )
endif ()
Expand Down

0 comments on commit d46d678

Please sign in to comment.