diff options
author | Lukas Larsson <[email protected]> | 2011-02-09 16:54:20 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 16:59:27 +0100 |
commit | 15e8dd20b5ba2c82e683e87254f18c9af3625481 (patch) | |
tree | 3ea321b2a1a4aeacb99d7e17efd7fb303f254dc5 /lib/common_test/doc/src/Makefile | |
parent | 3163804a22daa8e123078291496778963e16f7fe (diff) | |
download | otp-15e8dd20b5ba2c82e683e87254f18c9af3625481.tar.gz otp-15e8dd20b5ba2c82e683e87254f18c9af3625481.tar.bz2 otp-15e8dd20b5ba2c82e683e87254f18c9af3625481.zip |
Add documentation for SCBs
Diffstat (limited to 'lib/common_test/doc/src/Makefile')
-rw-r--r-- | lib/common_test/doc/src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/Makefile b/lib/common_test/doc/src/Makefile index be066143e0..a3f740852c 100644 --- a/lib/common_test/doc/src/Makefile +++ b/lib/common_test/doc/src/Makefile @@ -71,6 +71,7 @@ XML_CHAPTER_FILES = \ cover_chapter.xml \ ct_master_chapter.xml \ event_handler_chapter.xml \ + suite_callbacks_chapter.xml \ dependencies_chapter.xml \ notes.xml \ notes_history.xml |