#!/bin/bash
#
#*****************************************************************************
# test_script (sequencer64/tests)
#-----------------------------------------------------------------------------
##
# \file       	test_script
# \library    	N/A
# \author     	Chris Ahlstrom
# \date       	2016-02-21
# \updates     2016-11-25
# \version    	$Revision$
# \license    	$XPC_SUITE_GPL_LICENSE$
#
# Summary of tests:
#
#  No tests.  Just a file needed for completeness.  It always returns
#  "success".
#
#-----------------------------------------------------------------------------

#-----------------------------------------------------------------------------
# End of testing
#-----------------------------------------------------------------------------

echo "All tests PASSED."
exit 0

#*****************************************************************************
# test_script (sequencer64/tests)
#-----------------------------------------------------------------------------
# vim: ts=3 sw=3 ft=sh
#-----------------------------------------------------------------------------
