Skip to content

Commit

Permalink
Remove Source/{Unittests,TestSuite}.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
delroth committed Feb 23, 2014
1 parent 4a569c4 commit 0f89060
Show file tree
Hide file tree
Showing 61 changed files with 2 additions and 6,021 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ option(OPENMP "Enable OpenMP parallelization" ON)
option(ENCODE_FRAMEDUMPS "Encode framedumps in AVI format" ON)
########################################
# Optional Targets
# TODO: Add DSPSpy and TestSuite.
# TODO: Add DSPSpy
option(DSPTOOL "Build dsptool" OFF)
option(UNITTESTS "Build unitests" OFF)

# Update compiler before calling project()
if (APPLE)
Expand Down
6 changes: 1 addition & 5 deletions Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
54 changes: 0 additions & 54 deletions Source/TestSuite/ARAM/ARAM.vcxproj

This file was deleted.

130 changes: 0 additions & 130 deletions Source/TestSuite/ARAM/Makefile

This file was deleted.

72 changes: 0 additions & 72 deletions Source/TestSuite/ARAM/source/dolphintest_aram.cpp

This file was deleted.

65 changes: 0 additions & 65 deletions Source/TestSuite/ASM/ASM.vcxproj

This file was deleted.

Loading

0 comments on commit 0f89060

Please sign in to comment.