Skip to content

Commit

Permalink
Merge pull request #101 from delroth/remove-tests
Browse files Browse the repository at this point in the history
Remove Source/{Unittests,TestSuite}.
  • Loading branch information
Sonicadvance1 committed Feb 24, 2014
2 parents 2e4d42f + 0f89060 commit 21bb722
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
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
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.

0 comments on commit 21bb722

Please sign in to comment.