diff options
| author | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2011-03-19 21:07:09 +0100 | 
|---|---|---|
| committer | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2011-03-19 21:07:09 +0100 | 
| commit | 6ec5177667cb63acff03347e3eb9c6a503822de9 (patch) | |
| tree | 32fb50a2ec602acd4d9e989d917e17cc29cba6e3 /indra/cmake | |
| parent | a9021607235444c7b660985fdc35094c9782060f (diff) | |
OPEN-39: include Tut.cmake for integration tests (fixes "bitpack_test.o: No such file or directory" on standalone)
Diffstat (limited to 'indra/cmake')
| -rw-r--r-- | indra/cmake/LLAddBuildTest.cmake | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/cmake/LLAddBuildTest.cmake b/indra/cmake/LLAddBuildTest.cmake index 62b764bb30..97300491cc 100644 --- a/indra/cmake/LLAddBuildTest.cmake +++ b/indra/cmake/LLAddBuildTest.cmake @@ -1,6 +1,7 @@  # -*- cmake -*-
  include(LLTestCommand)
  include(GoogleMock)
 +include(Tut)
  MACRO(LL_ADD_PROJECT_UNIT_TESTS project sources)
    # Given a project name and a list of sourcefiles (with optional properties on each),
 | 
