diff --git a/doc/contributions.txt b/doc/contributions.txt index d6c0bc3ad5270052705e518908876ccd4b6a6b3a..f4accb364c2e5193b784d311877e9f787b65ba49 100644 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -194,6 +194,7 @@ blino Nakamura VWR-17 Boroondas Gupte OPEN-29 + OPEN-39 SNOW-278 SNOW-503 SNOW-510 diff --git a/indra/cmake/LLAddBuildTest.cmake b/indra/cmake/LLAddBuildTest.cmake index cd0eada2d0dbddc0fa804cfe04731cd2bdff1b45..3f259f6382e078b92dff9fe223058e501df6f51a 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),