testInstallation.py 143 Bytes
Newer Older
Robert McGibbon's avatar
Robert McGibbon committed
1
from __future__ import print_function
2
3
# First make sure OpenMM is installed.

4
from simtk import testInstallation
Robert McGibbon's avatar
Robert McGibbon committed
5

6
testInstallation.run_tests()