Skip to content

Changes

Summary

  1. Add a CMake testsuite-depends target. (#1241) (details)
Commit 11f08d9f26dc3d80a65659cfec0b437120433e58 by Mahder Gebremedhin
Add a CMake testsuite-depends target. (#1241)

  - This target will build what is needed to run the `OMSimulator` testsuite.
    That is, it will build the `omc-diff` executable and it will also create
    `FMUs` and `SSPs` from the provided source files in the `resources/` folder.

  - The target **DOES NOT** and can not run the actual tests. It just prepares
    the required files. The actual testsing is still done using either the
    `Makefiles` in each directory or the `partest` perl script.
The file was addedtestsuite/CMakeLists.txt
The file was modified CMakeLists.txt (diff)
The file was addedtestsuite/resources/CMakeLists.txt
The file was addedtestsuite/difftool/CMakeLists.txt