File: upstream

package info (click to toggle)
libzip 1.11.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,632 kB
  • sloc: ansic: 17,309; sh: 85; perl: 55; makefile: 5
file content (18 lines) | stat: -rwxr-xr-x 348 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

set -ex

SRC="$(pwd)"
cd "${AUTOPKGTEST_TMP}"

echo "==== building and running examples/in-memory on test.zip"
cmake "${SRC}/examples"
make
cp -av "${SRC}/regress/test.zip" .
./in-memory test.zip
rm -rf ./*

echo "==== building and running examples/cmake-project/cmake-example"
cmake "${SRC}/examples/cmake-project"
make
./cmake-example