File: unit-tests

package info (click to toggle)
plainbox 0.25-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,928 kB
  • ctags: 6,422
  • sloc: python: 38,849; xml: 16,029; sh: 33; makefile: 32
file content (10 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# autopkgtest check: run plainbox unit tests and ensure everything passes
# (C) 2013 Canonical Ltd.
# Author: Zygmunt Krynicki <zygmunt.krynicki@canonical.com> 

set -e

cd $ADTTMP
plainbox self-test -u -v 2>&1
echo "unit-tests: OK"