-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels