mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 02:46:31 +00:00
CI/OpenBSD: run oldtest #10797
- Test_libcall_libcallnr: pass libc name to dlopen.
This commit is contained in:

committed by
Justin M. Keyes

parent
e2ccf47b5e
commit
b7ce589cb8
@@ -31,3 +31,8 @@ tasks:
|
|||||||
cmake -G Ninja ..
|
cmake -G Ninja ..
|
||||||
cmake --build . --config Debug
|
cmake --build . --config Debug
|
||||||
./bin/nvim --version
|
./bin/nvim --version
|
||||||
|
- test: |
|
||||||
|
export LC_CTYPE=en_US.UTF-8
|
||||||
|
cd neovim
|
||||||
|
# oldtests
|
||||||
|
gmake -C src/nvim/testdir NVIM_PRG=`pwd`/build/bin/nvim
|
||||||
|
@@ -1170,6 +1170,8 @@ func Test_libcall_libcallnr()
|
|||||||
else
|
else
|
||||||
let libc = '/usr/lib/libc.so'
|
let libc = '/usr/lib/libc.so'
|
||||||
endif
|
endif
|
||||||
|
elseif system('uname -s') =~ 'OpenBSD'
|
||||||
|
let libc = 'libc.so'
|
||||||
else
|
else
|
||||||
" On Unix, libc.so can be in various places.
|
" On Unix, libc.so can be in various places.
|
||||||
" Interestingly, using an empty string for the 1st argument of libcall
|
" Interestingly, using an empty string for the 1st argument of libcall
|
||||||
|
Reference in New Issue
Block a user