search for: 820130e

Displaying 1 result from an estimated 1 matches for "820130e".

Did you mean: 20130
2011 Dec 08
0
[hivex] [PATCH 4/8] ocaml: Add unit test for new RLenValue type
...ore | 1 + ocaml/Makefile.am | 1 + ocaml/t/hivex_120_rlenvalue.ml | 43 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 0 deletions(-) create mode 100644 ocaml/t/hivex_120_rlenvalue.ml diff --git a/.gitignore b/.gitignore index 820130e..13351e1 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ ocaml/t/hivex_010_open ocaml/t/hivex_020_root ocaml/t/hivex_100_errors ocaml/t/hivex_110_gc_handle +ocaml/t/hivex_120_rlenvalue ocaml/t/hivex_200_write ocaml/t/hivex_300_fold perl/blib diff --git a/ocaml/Makefile.am b/ocaml/M...