From: Richard W.M. Jones Date: Tue, 10 Sep 2013 10:36:00 +0000 (+0100) Subject: README: Fix command and add note. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=4b78fe8288b638114d386f26b7f79b5a24a21a6b;p=hivex-test-data.git README: Fix command and add note. You need to run 'make -C extra-tests check' to run the tests. --- diff --git a/README b/README index be91071..385fcd5 100644 --- a/README +++ b/README @@ -12,10 +12,12 @@ Running the tests You will need the main hivex source package. Build hivex as normal (eg. './configure && make && make check'). Then run the extra tests: - make -C extra-tests HIVEX_TEST_DATA=/path/to/hivex-test-data + make -C extra-tests check HIVEX_TEST_DATA=/path/to/hivex-test-data where obviously you need to set HIVEX_TEST_DATA to point to these -files. +files. HIVEX_TEST_DATA defaults to ../hivex-test-data so if you have +hivex & hivex-test-data checked out under the same directory it should +just work. Format of the data ------------------