Remove Source/{Unittests,TestSuite}.

These directories have been unused for several years and without any automated
way of running the tests, they are pretty much useless.

While they might be useful as a reference, in their present state they should
not be kept in the repository.
This commit is contained in:
Pierre Bourdon
2014-02-23 16:21:01 +01:00
parent 4a569c4449
commit 0f89060cf3
61 changed files with 2 additions and 6021 deletions

View File

@ -52,11 +52,7 @@ if (DSPTOOL)
add_subdirectory(DSPTool)
endif()
if (UNITTESTS)
add_subdirectory(UnitTests)
endif()
# TODO: Add DSPSpy and TestSuite. Preferrably make them option()s and cpack components
# TODO: Add DSPSpy. Preferrably make it option() and cpack component