javascript: support using nodejs as jsshell interpreter.
[wvtest.git] / python / basedir_test.py
blob932f9d2288473dfa3e968ab295ad6386d703ecb7
1 from wvtest import *
4 @wvtest
5 def basedirtest():
6 # check that wvtest works with test files in the base directory, not
7 # just in subdirs.
8 WVPASS()
11 if __name__ == '__main__':
12 wvtest_main()