Skip to content
Snippets Groups Projects
Commit e0561c4a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

shorter directory names under UnitTests/

parent 5f3e7a72
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 3 deletions
......@@ -41,15 +41,15 @@ if(BORNAGAIN_MANPAGE)
endif()
add_subdirectory(ThirdParty)
add_subdirectory(Core)
add_subdirectory(Tests/UnitTests/TestCore)
add_subdirectory(Tests/UnitTests/Core)
add_subdirectory(Fit)
add_subdirectory(Tests/UnitTests/TestFit)
add_subdirectory(Tests/UnitTests/Fit)
if(ROOT_FOUND AND BORNAGAIN_APP) # TODO: find out whether this is still needed
add_subdirectory(App)
endif()
if(BORNAGAIN_GUI)
add_subdirectory(GUI)
add_subdirectory(Tests/UnitTests/TestGUI)
add_subdirectory(Tests/UnitTests/GUI)
endif()
add_subdirectory(Tests/FunctionalTests) # functional tests (make check)
......
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