| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
export and import tables
dladdr tests for Windows now should always pass like on other systems.
|
|
|
|
| |
This is used to obtain test result references.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tests with wine
For details about the ENABLE_WINE option, which support three modes
AUTO|ON|OFF see the documentation of cmake macro check_auto_option().
A custom path for the wine executable can be specified by adding
-DWINE_EXECUTABLE=<path> to the cmake command line.
The cmake related macros were copied from
https://gitlab.freedesktop.org/dbus/dbus/-/blob/master/cmake/modules/Macros.cmake
|
| |
|
|
|
|
|
|
| |
The cmake command enable_testing() must be placed in the topmost
CMakeLists.txt so that the make target 'test' is available in the
topmost build directory.
|
|
|
|
|
| |
This is required for running test applications, because by default cmake
places binaries into the associated subdir.
|
|
|