simdjson/tests/installation_tests
Daniel Lemire 9577c54999
Provide the CMake install the necessarily information (and flags) to hand Windows DLL and add Windows installation tests (#1457)
* This gives the CMake install the necessarily information (and flags) to know
whether we have a Windows DLL and in such cases how to handle the linkage.
2021-02-26 16:17:05 -05:00
..
find Provide the CMake install the necessarily information (and flags) to hand Windows DLL and add Windows installation tests (#1457) 2021-02-26 16:17:05 -05:00
README.md Provide the CMake install the necessarily information (and flags) to hand Windows DLL and add Windows installation tests (#1457) 2021-02-26 16:17:05 -05:00

README.md

Installation tests

The tests in this directory are meant to run on top of an installed simdjson library. As such they are not meant to run as part of the main tests of the library, executed while building. They should run after the installation step has completed.