about summary refs log tree commit diff
path: root/tests/run-make/c-dynamic-rlib
AgeCommit message (Collapse)AuthorLines
2024-07-23rewrite c-dynamic-dylib to rmakeOneirical-6/+2
2024-07-22rewrite c-dynamic-rlib to rmakeOneirical-19/+22
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-1/+1
This adds the `only-apple`/`ignore-apple` compiletest directive, and uses that basically everywhere instead of `only-macos`/`ignore-macos`. Some of the updates in `run-make` are a bit redundant, as they use `ignore-cross-compile` and won't run on iOS - but using Apple in these is still more correct, so I've made that change anyhow.
2024-05-08correct commentsOneirical-1/+1
2024-05-07Update Makefiles with explanatory commentsJulien-0/+3
2023-03-30ignore failing cross-compiled run-make testsJoshua Nelson-0/+1
`run-make-fulldeps` is never cross-compiled, so a lot of these tests never accounted for --target. Ignore them when cross-compiling for now.
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+34
They pass fine.