[opensource-dev] Review Request: STORM-977 llmediaplugintest shows up even though -DLL_TESTS:BOOL=OFF has been used
Jonathan Yap
jhwelch at gmail.com
Wed Feb 16 11:32:19 PST 2011
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://codereview.secondlife.com/r/144/
-----------------------------------------------------------
(Updated Feb. 16, 2011, 11:32 a.m.)
Review request for Viewer.
Changes
-------
Updated code per Merov's request and Boroondas' suggestion.
Summary
-------
llmediaplugintest shows up to be compiled even though -DLL_TESTS:BOOL=OFF has been used on the command line.
This cmake file does not use the call to LL_ADD_PROJECT_UNIT_TESTS that other cmake files do.
LL_ADD_PROJECT_UNIT_TESTS is usually wrapped with if(LL_TESTS)
I could not figure out which lines suppress the inclusion of copy_plugintest_libs and llmediaplugintest into the list of what is to be built so wrapped the entire file around if(LL_TESTS).
If there is some better way to more exactly target these two items please point it out.
This addresses bug STORM-977.
http://jira.secondlife.com/browse/STORM-977
Diffs (updated)
-----
indra/CMakeLists.txt b0bceb572090
indra/test_apps/llplugintest/CMakeLists.txt b0bceb572090
Diff: http://codereview.secondlife.com/r/144/diff
Testing
-------
Thanks,
Jonathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20110216/ce64511f/attachment-0001.htm
More information about the opensource-dev
mailing list