node/test/gc/testcfg.py

7 lines
208 B
Python
Raw Normal View History

2014-01-14 09:09:12 +08:00
import sys, os
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
import testpy
def GetConfiguration(context, root):
2014-01-14 09:09:12 +08:00
return testpy.SimpleTestConfiguration(context, root, 'gc', ['--expose-gc'])