Fix Java-specific Doxygen unit tests.

Put these tests in DOXYGEN_TEST_CASES and not just CPP_TEST_CASES as the
"-doxygen" switch is only used for those in the former and not the latter.
This commit is contained in:
Vadim Zeitlin 2014-05-15 00:28:33 +02:00
commit 6d0d6758e0
2 changed files with 7 additions and 5 deletions

View file

@ -16,10 +16,6 @@ C_TEST_CASES = \
java_lib_various
CPP_TEST_CASES = \
doxygen_parsing_enums_simple \
doxygen_parsing_enums_proper \
doxygen_parsing_enums_typesafe \
doxygen_parsing_enums_typeunsafe \
enum_thorough_proper \
enum_thorough_simple \
enum_thorough_typeunsafe \
@ -43,6 +39,12 @@ CPP_TEST_CASES = \
java_typemaps_typewrapper
# li_boost_intrusive_ptr
DOXYGEN_TEST_CASES := \
doxygen_parsing_enums_simple \
doxygen_parsing_enums_proper \
doxygen_parsing_enums_typesafe \
doxygen_parsing_enums_typeunsafe \
include $(srcdir)/../common.mk
# Overridden variables here