File: build

package info (click to toggle)
ebook-tools 0.2.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 496 kB
  • sloc: ansic: 2,953; sh: 63; makefile: 5
file content (7 lines) | stat: -rwxr-xr-x 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh
set -e

SRCDIR=$(dirname $(realpath $0))
cd $AUTOPKGTEST_TMP
gcc -Wall -Werror -pedantic -std=c90 -o test-libepub $SRCDIR/test-libepub.c -lepub
./test-libepub "$SRCDIR/wasteland-20170606.epub"