File: unit-tests

package info (click to toggle)
openvpn 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,388 kB
  • sloc: ansic: 103,617; sh: 6,873; makefile: 1,010; python: 271; perl: 66
file content (11 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -ex

# This test sets up and builds the openvpn, then runs the unit tests.

dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
debian/rules override_dh_auto_build

make -C tests/unit_tests check V=0