_runtests.py
Go to the documentation of this file.
1 """
2 Wrapper to run the tests.
3 """
4 import os
5 from nose import main
6 
7 main(defaultTest=os.path.normpath(__file__+"/../.."))
int main(int argc, char *argv[])
Definition: main.cpp:4