File: run-tests

package info (click to toggle)
libtpms 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,188 kB
  • sloc: ansic: 120,341; makefile: 829; sh: 336; cpp: 125
file content (8 lines) | stat: -rw-r--r-- 120 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

dh_autoreconf 2>/dev/null
./configure --prefix=/usr --with-openssl --with-tpm2

make check VERBOSE=1