From f31397291b9212701679cd18bbb870ccec3a5732 Mon Sep 17 00:00:00 2001 From: Adam Moss Date: Thu, 15 Oct 2009 16:59:54 +0000 Subject: DEV-41345 turn llmodularmath_tut into a real llmath unit test. --- indra/llmath/llrect.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/llmath/llrect.cpp') diff --git a/indra/llmath/llrect.cpp b/indra/llmath/llrect.cpp index cba76dd211..14e094792d 100644 --- a/indra/llmath/llrect.cpp +++ b/indra/llmath/llrect.cpp @@ -1,5 +1,6 @@ /** * @file llrect.cpp + * @brief LLRect class implementation * * $LicenseInfo:firstyear=2001&license=viewergpl$ * @@ -31,4 +32,5 @@ #include "linden_common.h" +// implementation is all in the header, this include dep ensures the unit test is rerun if the implementation changes. #include "llrect.h" -- cgit v1.2.3