import sys

tests = [
  ("testExecs/testMolAlign.exe", "", {}),
  ("python", "test_list.py", {'dir': 'Wrap'}),
]

longTests = []

if __name__ == '__main__':
  import sys
  from rdkit import TestRunner
  failed, tests = TestRunner.RunScript('test_list.py', 0, 1)
  sys.exit(len(failed))
