Files
rdkit/Code/GraphMol/Substruct/test_list.py
Greg Landrum 75a79b6327 initial import
2006-05-06 22:20:08 +00:00

17 lines
240 B
Python
Executable File

tests=[
("testExecs/test1.exe","",{})
]
longTests=[
("testExecs/test1.exe","-l",{}),
]
if __name__=='__main__':
import sys
import TestRunner
failed,tests = TestRunner.RunScript('test_list.py',0,1)
sys.exit(len(failed))