kc3-lang/dlfcn-win32/tests

Branch :


Log

Author Commit Date CI Message
d78c6266 2022-12-08 21:37:10 Add Windows ARM64 support
a1308877 2021-03-15 11:26:44 cmake: use CROSSCOMPILING_EMULATOR
f7e7a5d7 2021-02-03 20:57:40 Fix some style issues
86a41b92 2021-01-25 23:27:22 Function dladdr() now retrieve symbol name and symbol address from both export and import tables dladdr tests for Windows now should always pass like on other systems.
ebd7badd 2021-01-17 12:51:08 cmake: add support to build test-dladdr on unix like os This is used to obtain test result references.
0ea2334d 2020-12-11 14:32:52 Add function dladdr() and associated test application test-dladdr
e042c1de 2020-12-13 02:22:06 Add _CRT_SECURE_NO_WARNINGS for test.c to disable MSVC deprecation warnings
2821345e 2020-11-02 13:06:55 cmake: add option ENABLE_WINE to enable support for running cross compiled 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
53b1d71a 2020-11-03 10:45:36 cmake: separate targets in tests subdir for reasier reading
3292a137 2020-11-02 12:50:41 cmake: Let make target 'test' be accessable from topmost build directory 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.
11c80b8e 2020-11-02 12:37:36 cmake: place all generated binaries into one place This is required for running test applications, because by default cmake places binaries into the associated subdir.
f0ac8495 2020-08-25 23:34:19 Move cmake targets into sub directories