-
-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Our examples illustrate an example usage of the mapping tester. The main motivation for adding it there was back then to have it tested in our CI. However, the example runs successfully, because we export the location of the (tools) scripts as part of the run script
aste/examples/mapping_tester/run.sh
Line 9 in 302cf1e
| MAPPING_TESTER="${TEST_LOCATION}"/../../tools/mapping-tester/ |
If users want to make use of these tools, they need to do export their location manually or make them discoverable, because they are not installed as part of ASTE. It would be easy to add them as install targets in CMake, which would make them part of the UI (also considering their naming), however. Opinions on what would be an expected behavior here @uekerman @fsimonis ? Also loosely related to #195, as the tester itself is not part of the documentation at the moment.
Triggered by #199