diff options
author | Adam Moss <moss@lindenlab.com> | 2009-10-12 14:20:51 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2009-10-12 14:20:51 +0000 |
commit | c3c03419fec9147c3be3518d46078279155d8f44 (patch) | |
tree | 0556263568c8a7764053f0944ed9ca3713a71116 /indra/test/CMakeLists.txt | |
parent | b73e71ebdf4366b11d3fd43ac80e2a3dc7f30cb2 (diff) |
DEV-41175 convert legacy common.cpp tut test into llcommon integration test.
Diffstat (limited to 'indra/test/CMakeLists.txt')
-rw-r--r-- | indra/test/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index bb33f0956d..f513efdffe 100644 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -27,7 +27,6 @@ include_directories( ) set(test_SOURCE_FILES - common.cpp inventory.cpp io.cpp # llapp_tut.cpp # Temporarily removed until thread issues can be solved |