From 4b78fe8288b638114d386f26b7f79b5a24a21a6b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 10 Sep 2013 11:36:00 +0100 Subject: [PATCH] README: Fix command and add note. You need to run 'make -C extra-tests check' to run the tests. --- README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ------------------ -- 1.8.3.1