pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/json-glib json-glib: remove now redundant tes...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d43c231bb1f1
branches:  trunk
changeset: 420377:d43c231bb1f1
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Jan 02 16:52:28 2020 +0000

description:
json-glib: remove now redundant test target

Now that adam@ has added a generic test target to meson's build.mk,
we can just rely on that, instead.

diffstat:

 textproc/json-glib/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r c1e5a4b94196 -r d43c231bb1f1 textproc/json-glib/Makefile
--- a/textproc/json-glib/Makefile       Thu Jan 02 16:48:41 2020 +0000
+++ b/textproc/json-glib/Makefile       Thu Jan 02 16:52:28 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2019/10/07 09:28:13 prlw1 Exp $
+# $NetBSD: Makefile,v 1.30 2020/01/02 16:52:28 gutteridge Exp $
 
 DISTNAME=      json-glib-1.4.4
 CATEGORIES=    textproc gnome
@@ -18,9 +18,6 @@
 # https://gitlab.gnome.org/GNOME/json-glib/issues/35
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/json-glib
 
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ninja -C output test
-
 .include "options.mk"
 
 PRINT_PLIST_AWK+= \



Home | Main Index | Thread Index | Old Index