Already posted a RR https://reviews.apache.org/r/45876/ :)
On Thu, Apr 7, 2016 at 12:29 PM, James Peach <[email protected]> wrote: > > > On Apr 6, 2016, at 3:48 PM, [email protected] wrote: > > > > Added support for contender and detector modules. > > > > > > > http://git-wip-us.apache.org/repos/asf/mesos/blob/cbbc8f0b/src/tests/module.cpp > > ---------------------------------------------------------------------- > > diff --git a/src/tests/module.cpp b/src/tests/module.cpp > > index 8cc305c..4b24048 100644 > > --- a/src/tests/module.cpp > > +++ b/src/tests/module.cpp > > @@ -222,6 +222,52 @@ static void addHttpAuthenticatorModules(Modules* > modules) > > } > > > > > > +static void addMasterContenderModules(Modules* modules) > > +{ > > + CHECK_NOTNULL(modules); > > + > > + const string libraryPath = path::join( > > + tests::flags.build_dir, > > + "src", > > + ".libs", > > + os::libraries::expandName("testmastercontender")); > > mesos::internal::tests::getModulePath("testmastercontender"); > >
