summaryrefslogtreecommitdiff
path: root/test cases/linuxlike/11 runpath rpath ldlibrarypath
AgeCommit message (Collapse)Author
2023-08-30Re-enable "11 runpath rpath ldlibrarypath"Tristan Partin
The bug it was blocked on was fixed in a0514a7c4183a9e42d436865087d2f887d658d54.
2019-11-17use '-Werror=unused-parameter' for gcc/clang on project tests and ↵Michael Hirsch, Ph.D
-fimplicit-none on fortran Fortran: check for undeclared variables by forcing implicit none everywhere C/C++: check for unused parameters and return types removed unused variables from test cases ci: do missing return and unused arg check with Github Actions
2017-04-22Disabled rpath test due to bug #1635.Jussi Pakkanen
2017-04-08Test whether runpath/rpath override LD_LIBRARY_PATHNirbheek Chauhan
For details, see: https://github.com/mesonbuild/meson/issues/1383