SyFi 0.3
run_tests.py
Go to the documentation of this file.
00001 #!/bin/python 
00002 
00003 # run only simple test to check that sfc <-> pydolfin works
00004 
00005 import glob
00006 import os
00007 import sys
00008 
00009 
00010 sys.exit(os.system("python pydolfin/demo.py"))
00011 
00012 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines