PreviousUpNext

15.2.5  src/app/debug/test-coverage.lib

# coverage.lib
#
#   Library that (when loaded via CM.make) causes the test coverage
#   plugin to be installed into its core hook.
#
#

# Compiled by:
#     src/lib/core/internal/interactive-system.lib



LIBRARY_EXPORTS

        pkg test_coverage
        pkg install_coverage



LIBRARY_COMPONENTS

        $ROOT/src/app/debug/plugins.lib
        install-coverage.pkg


# Copyright (c) 2004 by The Fellowship of SML/NJ
# Author: Matthias Blume (blume@tti-c.org)
# Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
# released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext