File: run-tests.sh

package info (click to toggle)
haskell-network-info 0.2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 100 kB
  • ctags: 23
  • sloc: ansic: 209; haskell: 12; sh: 3; makefile: 2
file content (6 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#!/bin/bash

TESTDIR="$(dirname -- "${0}")"
cd $TESTDIR

cabal configure && cabal build && ./dist/build/network-info-test/network-info-test