• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.mdH A D03-May-2022438 118

and_filter.gH A D03-May-2022513 2215

and_filter.g.dynamic.cH A D03-May-202214.5 KiB627462

and_filter.g.outH A D03-May-2022299 109

and_filter.g.static.cH A D03-May-202214.5 KiB627462

assert.gH A D03-May-2022529 1918

assert.g.dynamic.cH A D03-May-20227.4 KiB335233

assert.g.outH A D03-May-202226 54

assert.g.static.cH A D03-May-20227.4 KiB335233

basics.gH A D03-May-20227.7 KiB347291

basics.g.dynamic.cH A D03-May-202267.3 KiB2,8031,869

basics.g.outH A D03-May-20221.3 KiB111110

basics.g.static.cH A D03-May-202267.3 KiB2,8031,869

callfunc.gH A D03-May-20221.3 KiB7356

callfunc.g.dynamic.cH A D03-May-202229.3 KiB1,251893

callfunc.g.outH A D03-May-20221.4 KiB5245

callfunc.g.static.cH A D03-May-202229.3 KiB1,251893

function_types.gH A D03-May-2022532 3527

function_types.g.dynamic.cH A D03-May-202215.9 KiB678468

function_types.g.outH A D03-May-2022308 1312

function_types.g.static.cH A D03-May-202215.9 KiB678468

info.gH A D03-May-2022335 1110

info.g.dynamic.cH A D03-May-20226.8 KiB285198

info.g.outH A D03-May-202255 65

info.g.static.cH A D03-May-20226.8 KiB285198

plus.gH A D03-May-202245 43

plus.g.dynamic.cH A D03-May-20223 KiB14380

plus.g.static.cH A D03-May-20223 KiB14380

print_various.gH A D03-May-2022156 87

print_various.g.dynamic.cH A D03-May-20226 KiB259181

print_various.g.outH A D03-May-202251 65

print_various.g.static.cH A D03-May-20226 KiB259181

ranges.gH A D03-May-2022623 2720

ranges.g.dynamic.cH A D03-May-202211.6 KiB458326

ranges.g.outH A D03-May-2022625 1514

ranges.g.static.cH A D03-May-202211.6 KiB458326

regenerate_tests.shH A D03-May-2022450 1710

run_all.shH A D03-May-20221.3 KiB4834

run_compiled_dynamic.shH A D03-May-2022826 3012

run_compiled_static.shH A D03-May-2022817 2911

run_interpreted.shH A D03-May-2022571 207

README.md

1These tests are designed to check the GAP -> C compiler
2
3./run_compiled_dynamic.sh : Run a single test, after compiling it
4   into a dynamic module and loading it
5./run_compiled_static.sh : Run a single test, after compiling it
6   into a static module and loading it
7./run_interpreted.sh : Run a single test without compiling it
8
9./run_all.sh : Run all tests with and without compiling
10./regenerate_tests.sh : Regenerate the '.out' files
11