Mesos relies on googletest and goolemock frameworks, you may want to
check their cookbooks as well. Start here:
https://github.com/google/googletest/blob/master/googlemock/README.md#getting-started

On Sun, Dec 27, 2015 at 8:50 PM, haosdent <[email protected]> wrote:
> https://github.com/apache/mesos/blob/master/docs/newbie-guide.md#making-changes
> could help you?
>
> On Mon, Dec 28, 2015 at 2:39 AM, Hans van den Bogert <[email protected]>
> wrote:
>
>> That’s really useful info. Have I searched badly, or is this not on the
>> mesos->documentation->developer section anywhere?
>>
>> Thanks!
>>
>> > On Dec 22, 2015, at 6:03 PM, haosdent <[email protected]> wrote:
>> >
>> > This slide should be helpful for you.
>> >
>> http://events.linuxfoundation.org/sites/events/files/slides/mesosconeu15_park.pdf
>> > You could switch to `Tests` chapter directly.
>> >
>> > On Wed, Dec 23, 2015 at 1:01 AM, haosdent <[email protected]> wrote:
>> >
>> >> Hi, you could use `make -j8 check GTEST_FILTER="Your test case name"` or
>> >> `./bin/mesos-tests.sh --gtest_filter="Your test case name"`. Test case
>> name
>> >> here looks like
>> >> `LinuxFilesystemIsolatorTest.ROOT_ImageInVolumeWithRootFilesystem`.
>> >>
>> >> On Wed, Dec 23, 2015 at 12:54 AM, Hans van den Bogert <
>> >> [email protected]> wrote:
>> >>
>> >>> Hi,
>> >>>
>> >>> I’m trying to understand how the allocator/DRF works in some instances,
>> >>> and wanted to use some existing tests in src/test/ to play with.
>> However
>> >>> changing one use case and running `make check` takes too long to
>> >>> iteratively develop.
>> >>>
>> >>> Is there a way to compile/run specific tests?
>> >>>
>> >>> Thanks,
>> >>>
>> >>> Hans
>> >>
>> >>
>> >>
>> >>
>> >> --
>> >> Best Regards,
>> >> Haosdent Huang
>> >>
>> >
>> >
>> >
>> > --
>> > Best Regards,
>> > Haosdent Huang
>>
>>
>
>
> --
> Best Regards,
> Haosdent Huang

Reply via email to