2. Packages

Start python section to spkgs/flx_regression_tests_rt.py[1 /1 ]
     1: #line 2775 "./lpsrc/flx_regress.pak"
     2: unit_tests = glob.glob('test/regress/rt-*.flx')
     3: 
     4: pkg_requires = ['flx_compiler','flx_drivers']
     5: iscr_source = ['lpsrc/flx_regress.pak']
     6: 
     7: weaver_directory = 'doc/test/regress'
End python section to spkgs/flx_regression_tests_rt.py[1]
Start python section to spkgs/flx_regression_tests_srt.py[1 /1 ]
     1: #line 2785 "./lpsrc/flx_regress.pak"
     2: static_unit_tests = glob.glob('test/regress/srt-*.flx')
     3: 
     4: pkg_requires = ['flx_compiler','flx_drivers','flx_regression_tests_rt']
     5: iscr_source = ['lpsrc/flx_regress.pak']
     6: 
     7: weaver_directory = 'doc/test/'
End python section to spkgs/flx_regression_tests_srt.py[1]
Start python section to spkgs/flx_regression_tests_drt.py[1 /1 ]
     1: #line 2795 "./lpsrc/flx_regress.pak"
     2: dynamic_unit_tests = glob.glob('test/regress/drt-*.flx')
     3: 
     4: pkg_requires = ['flx_compiler','flx_drivers','flx_regression_tests_rt']
     5: iscr_source = ['lpsrc/flx_regress.pak']
     6: 
     7: weaver_directory = 'doc/test/'
End python section to spkgs/flx_regression_tests_drt.py[1]
Start python section to spkgs/flx_regression_tests_nd.py[1 /1 ]
     1: #line 2805 "./lpsrc/flx_regress.pak"
     2: completion_tests = glob.glob('test/regress/nd-*.flx')
     3: 
     4: pkg_requires = ['flx_compiler','flx_drivers']
     5: iscr_source = ['lpsrc/flx_regress.pak']
     6: 
     7: weaver_directory = 'doc/test/'
End python section to spkgs/flx_regression_tests_nd.py[1]
Start python section to spkgs/flx_regression_tests_pt.py[1 /1 ]
     1: #line 2815 "./lpsrc/flx_regress.pak"
     2: perform_tests = glob.glob('test/regress/pt-*.flx')
     3: 
     4: pkg_requires = ['flx_compiler','flx_drivers']
     5: iscr_source = ['lpsrc/flx_regress.pak']
     6: 
     7: weaver_directory = 'doc/test/'
End python section to spkgs/flx_regression_tests_pt.py[1]
Start python section to spkgs/flx_regression_tests_bt.py[1 /1 ]
     1: #line 2825 "./lpsrc/flx_regress.pak"
     2: # these are supposed to fail!
     3: failure_tests = glob.glob('test/regress/bt-*.flx')
     4: 
     5: pkg_requires = ['flx_compiler','flx_drivers']
     6: iscr_source = ['lpsrc/flx_regress.pak']
     7: 
     8: weaver_directory = 'doc/test/'
End python section to spkgs/flx_regression_tests_bt.py[1]
Start python section to spkgs/flx_regression_tests_kf.py[1 /1 ]
     1: #line 2835 "./lpsrc/flx_regress.pak"
     2: # these are supposed to fail!
     3: known_failed_tests = glob.glob('test/regress/kf-*.flx')
     4: 
     5: pkg_requires = ['flx_compiler','flx_drivers']
     6: iscr_source = ['lpsrc/flx_regress.pak']
     7: 
     8: weaver_directory = 'doc/test/'
End python section to spkgs/flx_regression_tests_kf.py[1]
Start python section to spkgs/flx_regression_tests.py[1 /1 ]
     1: #line 2846 "./lpsrc/flx_regress.pak"
     2: pkg_requires = [
     3:   'flx_regression_tests_rt', 'flx_regression_tests_drt',
     4:   'flx_regression_tests_nd', 'flx_regression_tests_bt',
     5:   'flx_regression_tests_kf']
     6: iscr_source = ['lpsrc/flx_regress.pak']
     7: 
     8: weaver_directory = 'doc/test/'
End python section to spkgs/flx_regression_tests.py[1]