File: run-tests

package info (click to toggle)
sonata 1.7~b1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,664 kB
  • sloc: python: 9,422; sh: 33; makefile: 15
file content (21 lines) | stat: -rwxr-xr-x 775 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/sh
# Copyright 2009-2014 Jonathan Ballet <jon@multani.info>
#
# This file is part of Sonata.
#
# Sonata is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Sonata is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Sonata.  If not, see <http://www.gnu.org/licenses/>.

BASEDIR=$(dirname $0)
cd $BASEDIR
python3 setup.py test