Skip to content

prevent some tests from running in parallel #196

@asmodehn

Description

@asmodehn

This could do it : set_tests_properties(TestsForA TestsForB PROPERTIES RUN_SERIAL TRUE)

Ref : https://cmake.org/cmake/help/v3.0/prop_test/RUN_SERIAL.html

This might be just an extra SERIAL argument to pass to catkin_add_[py/nose]tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions