about summary refs log tree commit diff stats
path: root/main_tests.lua
Commit message (Collapse)AuthorAgeFilesLines
* make test initializations a littl
import os, sys

__all__ = [ x[0:x.index('.')] \
		for x in os.listdir(os.path.dirname(__file__)) \
		if x.startswith('tc_') ]