diff options
author | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2011-03-19 22:43:33 +0100 |
---|---|---|
committer | Boroondas Gupte <hg@boroon.dasgupta.ch> | 2011-03-19 22:43:33 +0100 |
commit | abc259618f06f69ba8e7c72cb149bcddc1bb6ddf (patch) | |
tree | 210057ba1e2e1d9a9b14073a828b8cfc628118ea /indra/cmake/LLAddBuildTest.cmake | |
parent | 5a1b27ba5fbaaa9ee5528b1023a294bc899f7768 (diff) | |
parent | 6ec5177667cb63acff03347e3eb9c6a503822de9 (diff) |
merged OPEN-39: include Tut.cmake for integration tests (fixes "bitpack_test.o: No such file or directory" on standalone)
Diffstat (limited to 'indra/cmake/LLAddBuildTest.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 cd0eada2d0..3f259f6382 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), |