Edit

kc3-lang/pkgconf/tests/lib1/variable-whitespace.pc

Branch :

  • Show log

    Commit

  • Author : William Pitcock
    Date : 2017-01-26 12:55:48
    Hash : 8b043a10
    Message : testsuite: add tests for variable whitespace

  • tests/lib1/variable-whitespace.pc
  • prefix=/test  
    exec_prefix= ${prefix}
    libdir= ${prefix}/lib64
    includedir=${prefix}/include
    
    Name: variable-whitespace
    Description: A test for variable whitespace
    Version: 2.12.3
    Libs: -lvariable-whitespace -L${libdir}
    Cflags:   -I${includedir}