Skip to content

Testing instructions #184

@havelund

Description

@havelund

In the 'test RTAMT' section, we are instructed to execute:

python3 -m unittest discover tests/

(and similar for python2)

However, this involves C++ tests as well as of Python tests. If the user has not built the CPP libraries, this command fails.
In that case CPP libraries are not built, the user should issue instead the following command (thanks Nick):

python3 -m unittest discover tests/python

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions