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

@ -1,6 +0,0 @@
set(SRCS AudioJitTests.cpp
DSPJitTester.cpp
UnitTests.cpp)
add_executable(tester ${SRCS})
target_link_libraries(tester core)