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

16 lines
247 B
Python
Executable File

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