File: build

package info (click to toggle)
libassuan 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 3,280 kB
  • sloc: sh: 12,915; ansic: 9,048; makefile: 263; sed: 37
file content (10 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

set -e

gcc -pedantic -Wall -Werror -o test-run \
    debian/tests/simple-build.c \
    $(pkg-config --cflags --libs libassuan gpg-error)

./test-run
rm -f test-run