Test that the 'libdir' project() option works

pull/656/head
Nirbheek Chauhan 8 years ago
parent 6d7b020aa2
commit a2344d5aa6
  1. 2
      test cases/common/8 install/installed_files.txt
  2. 2
      test cases/common/8 install/meson.build

@ -1,2 +1,2 @@
usr/bin/prog?exe
usr/lib/libstat.a
usr/libtest/libstat.a

@ -1,4 +1,4 @@
project('install test', 'c')
project('install test', 'c', default_options : ['libdir=libtest'])
stlib = static_library('stat', 'stat.c', install : true)
exe = executable('prog', 'prog.c', install : true)

Loading…
Cancel
Save