Rename test programs so the name is a valid OCaml module name.
authorRichard W.M. Jones <rich@annexia.org>
Tue, 17 Jan 2012 12:39:09 +0000 (12:39 +0000)
committerRichard W.M. Jones <rich@annexia.org>
Tue, 17 Jan 2012 12:39:09 +0000 (12:39 +0000)
22 files changed:
tests/test_01_load.ml [moved from tests/01_load.ml with 100% similarity]
tests/test_02_run.ml [moved from tests/02_run.ml with 100% similarity]
tests/test_10_match_bits.ml [moved from tests/10_match_bits.ml with 100% similarity]
tests/test_11_match_ints.ml [moved from tests/11_match_ints.ml with 100% similarity]
tests/test_15_extract_int.ml [moved from tests/15_extract_int.ml with 100% similarity]
tests/test_18_extract_32_64_int.ml [moved from tests/18_extract_32_64_int.ml with 100% similarity]
tests/test_20_varsize.ml [moved from tests/20_varsize.ml with 100% similarity]
tests/test_30_bitbuffer.ml [moved from tests/30_bitbuffer.ml with 100% similarity]
tests/test_31_bitstring_concat.ml [moved from tests/31_bitstring_concat.ml with 100% similarity]
tests/test_32_bitstring_compare.ml [moved from tests/32_bitstring_compare.ml with 100% similarity]
tests/test_33_substring.ml [moved from tests/33_substring.ml with 100% similarity]
tests/test_34_takebits.ml [moved from tests/34_takebits.ml with 100% similarity]
tests/test_35_load_from_file.ml [moved from tests/35_load_from_file.ml with 100% similarity]
tests/test_40_endianexpr.ml [moved from tests/40_endianexpr.ml with 100% similarity]
tests/test_50_named_pattern.ml [moved from tests/50_named_pattern.ml with 100% similarity]
tests/test_51_open_pattern.ml [moved from tests/51_open_pattern.ml with 100% similarity]
tests/test_60_simple_offset.ml [moved from tests/60_simple_offset.ml with 100% similarity]
tests/test_61_offset_string.ml [moved from tests/61_offset_string.ml with 100% similarity]
tests/test_62_offset_padding.ml [moved from tests/62_offset_padding.ml with 100% similarity]
tests/test_65_save_offset_to.ml [moved from tests/65_save_offset_to.ml with 100% similarity]
tests/test_70_check_and_bind.ml [moved from tests/70_check_and_bind.ml with 100% similarity]
tests/test_80_hexdump.ml [moved from tests/80_hexdump.ml with 100% similarity]

similarity index 100%
rename from tests/01_load.ml
rename to tests/test_01_load.ml
similarity index 100%
rename from tests/02_run.ml
rename to tests/test_02_run.ml
similarity index 100%
rename from tests/20_varsize.ml
rename to tests/test_20_varsize.ml
similarity index 100%
rename from tests/80_hexdump.ml
rename to tests/test_80_hexdump.ml