File: pkgconfig

package info (click to toggle)
zarchive 0.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 316 kB
  • sloc: cpp: 1,010; ansic: 517; makefile: 8; sh: 4
file content (11 lines) | stat: -rwxr-xr-x 226 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -eu

# This test compiles and runs the zarchive tool using the installed library

cd "$AUTOPKGTEST_TMP"

c++ -Wall -Wextra -Wpedantic -Werror -o main "$OLDPWD/src/main.cpp" $(pkg-config --libs zarchive)

./main