JuliaInterop / Clang.jl

C binding generator and Julia interface to libclang
https://juliainterop.github.io/Clang.jl/
MIT License
222 stars 68 forks source link

Move the tests to use ReTest.jl #461

Open JamesWrigley opened 9 months ago

JamesWrigley commented 9 months ago

This allows for a faster workflow when developing the package. Also made a few paths in the tests explicitly relative to the test/ directory instead of the PWD (since that may not be test/ when running the tests interactively).

(as discussed on Slack)

JamesWrigley commented 9 months ago

Hmm, looks like ReTest.jl needs some fixes on 32bit machines.

JamesWrigley commented 9 months ago

Waiting on https://github.com/JuliaTesting/ReTest.jl/pull/55.

Gnimuc commented 6 months ago

Do we need this to be a part of v0.18?

JamesWrigley commented 6 months ago

Nah, it's very low-priority.