mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
testsuite: override check-TESTS target in gio tests subdir
This prevents testsuite from trying to build any TESTS in that subdirectory, which will fail, because there are no TESTS defined in that Makefile.am. This happens when user runs make check TESTS=... https://bugzilla.gnome.org/show_bug.cgi?id=766407
This commit is contained in:
parent
e88796cad0
commit
2aa7338875
@ -45,3 +45,5 @@ libgdbus_example_objectmanager_la_LIBADD = \
|
||||
EXTRA_DIST += gdbus-example-objectmanager.xml
|
||||
|
||||
CLEANFILES += $(GDBUS_GENERATED)
|
||||
|
||||
check-TESTS:
|
Loading…
Reference in New Issue
Block a user