commit | bd35407a024f473601961e52436edf4ab8330fe6 | [log] [tgz] |
---|---|---|
author | Alexander Kriegisch <Alexander@Kriegisch.name> | Thu Jan 20 11:28:57 2022 +0700 |
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | Thu Jan 20 11:28:57 2022 +0700 |
tree | 2c44e2f304b3c729dc1be3c0e5312b68d5253ebe | |
parent | 6dab59d13da22f2c8544f465d9b29d81eb77014c [diff] |
Make tests run on Windows by adding Tycho execution environment Plugin org.eclipse.tycho:target-platform-configuration only had execution environments for Linux and MacOS, which is why on Windows all that happened when running a Maven build with tests were nasty, cryptic error messages about missing modules for MacOS. Now for the first time in project history, tests also work on Windows (tested on Windows 10). Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>