diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-02-01 14:21:08 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-02-01 14:21:08 +0000 |
| commit | 411fdca4fd610b4989c18d766b36f1352cb60dc5 (patch) | |
| tree | 4579986a8a710bbd48f4efaf72d2ebb86a40ebc2 /Source/Core/Common/Src/SConscript | |
| parent | 44058d8d638829f1779019e68776b95fd4ed9034 (diff) | |
kill useless unit testing framework that doesn't work :p
might make or add a better one later.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2053 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/SConscript')
| -rw-r--r-- | Source/Core/Common/Src/SConscript | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript index 04d08f8d97..bec078e21b 100644 --- a/Source/Core/Common/Src/SConscript +++ b/Source/Core/Common/Src/SConscript @@ -18,12 +18,11 @@ files = [ "MemArena.cpp", "MemoryUtil.cpp", "Plugin.cpp", - "PluginDSP.cpp", - "PluginWiimote.cpp", - "PluginVideo.cpp", - "PluginPAD.cpp", + "PluginDSP.cpp", + "PluginWiimote.cpp", + "PluginVideo.cpp", + "PluginPAD.cpp", "StringUtil.cpp", - "TestFramework.cpp", "Thunk.cpp", "Timer.cpp", "Thread.cpp", |
