Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-04 | Tests: Link some tests directly against LibUnicodeData | Timothy Flynn | |
These were missed in 565a880ce5a14bac817c73916e91ebfa04c8b99b. This wasn't an issue because these tests don't pledge/unveil anything, so they could happily dlopen() the library at runtime. But this is now needed in order to migrate LibUnicode towards weak symbols instead. | |||
2021-09-02 | Tests: Remove all file(GLOB) from CMakeLists in Tests | Andrew Kaster | |
Using a file(GLOB) to find all the test files in a directory is an easy hack to get things started, but has some drawbacks. Namely, if you add a test, it won't be found again without re-running CMake. `ninja` seems to do this automatically, but it would be nice to one day stop seeing it rechecking our globbed directories. | |||
2021-05-06 | Tests: Move LibRegex tests to Tests/LibRegex | Brian Gianforcaro | |