Browse Source

[trac606] fixed a typo in README: we use make systest instead of 'test'.
(make test is for unittests in BIND 10)

JINMEI Tatuya 14 years ago
parent
commit
c4f4d32eed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/system/README

+ 1 - 1
tests/system/README

@@ -56,7 +56,7 @@ The tests can be run individually like this:
   sh run.sh glue
   etc.
 
-To run all the tests, just type "make test" either on this directory
+To run all the tests, just type "make systest" either on this directory
 or on the top source directory.  Note: currently these tests cannot be
 run when built under a separate build directory.  Everything must be
 run within the original source tree.