Page MenuHomePhabricator

Create a "package" test for MITK
Closed, ResolvedPublic

Description

Add a ctest test for the package target for MITK.

See for example CMake/mitkTestPluginTemplate.cmake, and add a "include(...)" in CMakeLists.txt:~422

Event Timeline

[2ce344]: Merge branch 'bug-9285-CreatePackageTest'

Merged commits:

2011-09-07 14:47:28 Jan Hering [200cfe]
Added tests for target 'package'

[048a0e]: Merge branch 'bug-9285-CreatePackageTest'

Merged commits:

2011-09-07 17:20:13 Jan Hering [8cd57c]
Correcting typos in test name

[c20c4a]: Merge branch 'bug-9285-CreatePackageTest'

Merged commits:

2011-09-08 15:24:18 Jan Hering [fc7596]
Adapting properties of mitkPackageTest

  • timeout increased to 3600
  • added label MITK-Plugins

The mitkPackageTest runs successfully on the Linux-Nightly dartclients, but does not start on Windows machines ( Test status: Not Run ).

The test fails (due to timeout) on the InternalDocumentation-Dartclient, which does not actually need to run this.

[a4a221]: Merge branch 'bug-9285-CreatePackageTest'

Merged commits:

2011-09-12 17:04:18 Jan Hering [143895]
Fixing typos in test configuration for WIN32