Edit

kc3-lang/pkgconf/tests/lib1/quotes.pc

Branch :

  • Show log

    Commit

  • Author : Dan Kegel
    Date : 2015-09-10 16:49:52
    Hash : d0bbc686
    Message : Add tests for libraries quoted with double quotes, make them pass

  • tests/lib1/quotes.pc
  • prefix=/test
    exec_prefix=${prefix}
    libdir=${prefix}/lib
    includedir=${prefix}/include
    
    Name: quotes
    Description: A testing pkg-config file
    Version: 1.2.3
    Libs: -L${libdir} -lfoo\ bar "-lfoobie bletch"
    Cflags: -DQUOTED=\"bla\"