Files
rdkit/Code/GraphMol/Substruct/test_list.py
2009-02-03 05:26:10 +00:00

17 lines
251 B
Python
Executable File

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