2
0

README 1.4 KB

1234567891011121314151617181920212223242526272829
  1. Run 'make' to run the tests.
  2. Run 'make clean' to clean up the temporary files.
  3. Description of tests
  4. =============================================================================
  5. test1 pack A(i) to file, unpack
  6. test2 pack A(i) to memory, unpack
  7. test3 pack A(i) to memory, pipe through tplxml (to make XML)
  8. test4 pack A(i) to file, convert to XML, convert back to tpl (using tplxml)
  9. test5 pack A(b) to file, unpack
  10. test6 pack A(b) to memory, pipe through tplxml (to make XML)
  11. test7 pack A(b) to file, convert to XML, convert back to tpl (using tplxml)
  12. test8 pack A(s) (has embedded &, < and > in strings to test quoting in XML)
  13. test9 pack A(u) to file, unpack
  14. test10 pack A(u) to memory, convert via tplxml
  15. test11 pack format B using a four-byte binary buffer, unpack and print
  16. test12 pack A(d) to file, unpack
  17. test13 pack A(d) to memory, convert via tplxml
  18. test14 unpack big-endian i (-2) (on little-endian machine, tests reversi)
  19. test15 unpack little-endian i (-3) (on big-endian machine, tests reversi)
  20. test16 pack to mem format B using a four-byte binary buffer, unpack and print
  21. test17 pack and unpack S(ic)
  22. test18 pack and unpack i#
  23. test19 pack and unpack i#i#
  24. test20 pack A(S(ci#)) to file, convert to XML, then back to tpl (cf test81.c)
  25. test21 Tpl->tpl_peek in-memory image
  26. test22 Tpl->tpl_peek file image
  27. test23 test I/U (only succeeds on 64-bit perl)