| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
For errno usage it is required to include C header file errno.h and do not
depend that some other header file will include it.
|
| |
|
|
|
|
|
|
|
| |
Do not expect that non-ARM code is automatically X86 code as it does not
have to be. Returns failure (not thunk) in other case.
Make sure that windows test code is not called on non-windows platforms.
Test code tests/test-dladdr.c is written to be validated on any platforms,
including non-windows.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| |
|