| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Do not show expected too long error message from test.c | Pali Rohár | 2025-05-03 | 1 | -0/+4 |
| | | |||||
| * | Report failure in test.c if memory leak is detected | Pali Rohár | 2025-05-03 | 1 | -1/+6 |
| | | |||||
| * | Do not install test filevariousimprovements2025 | Pali Rohár | 2025-04-28 | 1 | -2/+0 |
| | | |||||
| * | Fix test compile error C2065: 'errno' : undeclared identifier | Pali Rohár | 2025-04-28 | 1 | -0/+1 |
| | | | | | | 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. | ||||
| * | Add proper guards for platform code | Pali Rohár | 2025-04-28 | 1 | -2/+7 |
| | | | | | | | | | | 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. | ||||
| * | Add Windows ARM64 support | GH Cao | 2022-12-27 | 1 | -0/+9 |
| | | |||||
| * | cmake: use CROSSCOMPILING_EMULATOR | Michel Zou | 2021-04-27 | 1 | -6/+2 |
| | | |||||
| * | Fix some style issues | Pali Rohár | 2021-02-03 | 1 | -4/+4 |
| | | |||||
| * | Function dladdr() now retrieve symbol name and symbol address from both ↵ | Pali Rohár | 2021-01-27 | 2 | -15/+15 |
| | | | | | | | export and import tables dladdr tests for Windows now should always pass like on other systems. | ||||
| * | cmake: add support to build test-dladdr on unix like os | Ralf Habacker | 2021-01-17 | 1 | -11/+19 |
| | | | | | This is used to obtain test result references. | ||||
| * | Add function dladdr() and associated test application test-dladdr | Ralf Habacker | 2021-01-17 | 2 | -0/+192 |
| | | |||||
| * | Add _CRT_SECURE_NO_WARNINGS for test.c to disable MSVC deprecation warnings | Pali Rohár | 2020-12-13 | 1 | -0/+1 |
| | | |||||
| * | cmake: add option ENABLE_WINE to enable support for running cross compiled ↵ | Ralf Habacker | 2020-11-09 | 1 | -1/+3 |
| | | | | | | | | | | | | | | 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 | ||||
| * | cmake: separate targets in tests subdir for reasier reading | Ralf Habacker | 2020-11-09 | 1 | -0/+4 |
| | | |||||
| * | cmake: Let make target 'test' be accessable from topmost build directory | Ralf Habacker | 2020-11-09 | 1 | -1/+0 |
| | | | | | | | 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. | ||||
| * | cmake: place all generated binaries into one place | Ralf Habacker | 2020-11-02 | 1 | -1/+1 |
| | | | | | | This is required for running test applications, because by default cmake places binaries into the associated subdir. | ||||
| * | Move cmake targets into sub directories | Ralf Habacker | 2020-09-14 | 5 | -0/+847 |
