#!/bin/bash

# tst Version 0.4.0 - Test verify and spin
# Copyright (C) 2004-2010  dondalah721@yahoo.com (Dondalah)

# Xdome 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 2
# of the License, or (at your option) any later version.

# Xdome 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 this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301, USA

# uncomment the tests that you want to run

strlen -c2 -pt -f13 -e1.0 -b -s | spin
exit 0
strlen -c1 -pi -f3 -s | verify
strlen -c1 -pi -f3 -s | spin
# strlen -c1 -pi -f3 -e0.75 -s | verify
# strlen -c1 -pi -f3 -e0.75 -s | spin
# strlen -c1 -pi -f3 -e1.50 -s | verify
# strlen -c1 -pi -f3 -e1.50 -s | spin
# strlen -c1 -pi -f3 -b -s | verify
# strlen -c1 -pi -f3 -b -s | spin
