# -*- coding: utf-8 -*-
# $Id: runalltests 1602 2011-10-10 09:30:15Z amelung $
#
# Copyright (c) 2007-2011 Otto-von-Guericke-Universität Magdeburg
#
# This file is part of ECSpooler.
"""
Runs all tests in the current directory.
"""
# add parent directory to the system path
# change dir to test dir
m = __import__(test)
print >> sys.stdout, m.__name__
if __name__ == '__main__':