X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/93a31f9b884f8e8f3f7a7d50cf90ffd365a14f7c..ae4ece224afb101116e61ac36bb913e7f11c5010:/test/README?ds=inline diff --git a/test/README b/test/README index 9f890e2d..6d391624 100644 --- a/test/README +++ b/test/README @@ -38,6 +38,6 @@ If you wish to write a new test script, here are the steps: - If you need additional files for your tests, be sure to add them to the EXTRA_DIST variable in Makefile.am. Note that you should insure - that you access these files relative to the $MH_OBJ_DIR environment variable. + that you access these files relative to the $srcdir environment variable. - Verify that the test works with both "make check" and "make distcheck".