blob: 2275c9bf62631559fa8c65b6a56ee3de8e6e5030 [file] [log] [blame]
# -*- mode: makefile -*-
# List of junit files include in documentation.
# Shared with frameworks/base.
# based off libcore/Docs.mk
# List of source to build into the core-junit library
#
# The list also includes all junit files in public API.
#
core-junit-files := \
src/junit/framework/Assert.java \
src/junit/framework/AssertionFailedError.java \
src/junit/framework/ComparisonCompactor.java \
src/junit/framework/ComparisonFailure.java \
src/junit/framework/Protectable.java \
src/junit/framework/Test.java \
src/junit/framework/TestCase.java \
src/junit/framework/TestFailure.java \
src/junit/framework/TestListener.java \
src/junit/framework/TestResult.java \
src/junit/framework/TestSuite.java
# TODO: add define for public API files in android.test.runner
# List of junit javadoc source files for Android public API
#
# $(1): directory for search (to support use from frameworks/base)
define junit_to_document
$(core-junit-files)
endef