diff options
author | Lukas Larsson <[email protected]> | 2010-11-12 11:30:08 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2010-11-29 11:59:34 +0100 |
commit | 6693ec7fd21b3325495f1a3dd4139e39f056f790 (patch) | |
tree | ffe286466137fdb12cd9658928ce7294a4241684 /lib/common_test/doc/src/Makefile | |
parent | 451991730f405db085cc69fafd14b07ca3879458 (diff) | |
download | otp-6693ec7fd21b3325495f1a3dd4139e39f056f790.tar.gz otp-6693ec7fd21b3325495f1a3dd4139e39f056f790.tar.bz2 otp-6693ec7fd21b3325495f1a3dd4139e39f056f790.zip |
Update documentation after rename of run_test to ct_run
Diffstat (limited to 'lib/common_test/doc/src/Makefile')
-rw-r--r-- | lib/common_test/doc/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/Makefile b/lib/common_test/doc/src/Makefile index 6322860088..1a767a8197 100644 --- a/lib/common_test/doc/src/Makefile +++ b/lib/common_test/doc/src/Makefile @@ -51,7 +51,7 @@ CT_MODULES = \ CT_XML_FILES = $(CT_MODULES:=.xml) XML_APPLICATION_FILES = ref_man.xml -XML_REF1_FILES = run_test.xml +XML_REF1_FILES = ct_run.xml XML_REF3_FILES = $(CT_XML_FILES) XML_REF6_FILES = common_test_app.xml |