Re-enable "11 runpath rpath ldlibrarypath"

The bug it was blocked on was fixed in
a0514a7c41.
pull/12185/head
Tristan Partin 1 year ago committed by Xavier Claessens
parent 1b1946c4e1
commit 9cc18c5f7a
  1. 2
      test cases/linuxlike/11 runpath rpath ldlibrarypath/main.c
  2. 2
      test cases/linuxlike/11 runpath rpath ldlibrarypath/meson.build

@ -2,7 +2,7 @@
int some_symbol (void);
int main () {
int main (void) {
int ret = some_symbol ();
if (ret == 1)
return 0;

@ -1,7 +1,5 @@
project('runpath rpath ldlibrarypath', 'c')
error('MESON_SKIP_TEST test disabled due to bug #1635.')
libsrc = files('lib.c')
subdir('lib1')

Loading…
Cancel
Save