pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

doxygen: Add test target



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Tue Jan 22 11:25:23 2019 +0100
Changeset:	77894faf1820a0ca9dfa90f7e8b1887c291cf44f

Modified Files:
	doxygen/COMMIT_MSG
	doxygen/Makefile
	doxygen/TODO

Log Message:
doxygen: Add test target

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=77894faf1820a0ca9dfa90f7e8b1887c291cf44f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 doxygen/COMMIT_MSG | 1 +
 doxygen/Makefile   | 1 +
 doxygen/TODO       | 3 +++
 3 files changed, 5 insertions(+)

diffs:
diff --git a/doxygen/COMMIT_MSG b/doxygen/COMMIT_MSG
index 174064f39f..8bffc7fd74 100644
--- a/doxygen/COMMIT_MSG
+++ b/doxygen/COMMIT_MSG
@@ -8,6 +8,7 @@ doxygen: Updated to 1.8.15
   Handling of that build option removed from Makefile
 - Set c++11 in USE_LANGUAGES
   C++11 is now used by doxygen (see changelog below)
+- Test target added
 
 HTML-Menus are now working without JavaScript again (HTML_DYNAMIC_MENUS = NO).
 
diff --git a/doxygen/Makefile b/doxygen/Makefile
index a1bef53e3a..9b527de8ed 100644
--- a/doxygen/Makefile
+++ b/doxygen/Makefile
@@ -23,6 +23,7 @@ MAKE_ENV+=		PKGSRC_CFLAGS=${CFLAGS:Q}
 MAKE_FLAGS+=		MAN1DIR=${PKGMANDIR}/man1
 
 CMAKE_ARGS+=		-DDOC_INSTALL_DIR:STRING=share/doc/doxygen
+TEST_TARGET=		tests
 
 # Case Insensitive or Case Sensitive File System
 PLIST_VARS+=		ci cs
diff --git a/doxygen/TODO b/doxygen/TODO
index 11200b4fc8..df850abb00 100644
--- a/doxygen/TODO
+++ b/doxygen/TODO
@@ -36,5 +36,8 @@
     => Removed dollar signs to prevent variable expansion
 [X] pklint complains about man vs. ${PKGMANDIR}
     => Fixed
+[X] Tests
+    Test target available ("tests")
+    => Enable it
 [ ] Export of PKG_OPTIONS.graphviz in graphics/graphviz bl3 can be removed
     (if no other package need it)


Home | Main Index | Thread Index | Old Index