mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +01:00
gio/tests: Deduplicate Makefile.am a bit
We can just add all the static test data to EXTRA_DIST.
This commit is contained in:
parent
714cbbea52
commit
bdf383dcd6
@ -423,15 +423,8 @@ EXTRA_DIST += \
|
|||||||
socket-common.c \
|
socket-common.c \
|
||||||
org.gtk.test.gschema \
|
org.gtk.test.gschema \
|
||||||
org.gtk.test.gschema.xml \
|
org.gtk.test.gschema.xml \
|
||||||
testenum.h \
|
|
||||||
enums.xml.template \
|
|
||||||
de.po \
|
de.po \
|
||||||
$(schema_test_files) \
|
$(schema_test_files) \
|
||||||
org.gtk.schemasourcecheck.gschema.xml \
|
|
||||||
appinfo-test.desktop \
|
|
||||||
appinfo-test2.desktop \
|
|
||||||
appinfo-test-gnome.desktop \
|
|
||||||
appinfo-test-notgnome.desktop \
|
|
||||||
test-codegen.xml \
|
test-codegen.xml \
|
||||||
$(cert_test_files) \
|
$(cert_test_files) \
|
||||||
test.gresource.xml \
|
test.gresource.xml \
|
||||||
@ -508,6 +501,7 @@ test_files = \
|
|||||||
appinfo-test-gnome.desktop \
|
appinfo-test-gnome.desktop \
|
||||||
appinfo-test-notgnome.desktop \
|
appinfo-test-notgnome.desktop \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
EXTRA_DIST += $(test_files)
|
||||||
|
|
||||||
if BUILDOPT_INSTALL_TESTS
|
if BUILDOPT_INSTALL_TESTS
|
||||||
insttest_PROGRAMS = $(test_progs) $(other_progs)
|
insttest_PROGRAMS = $(test_progs) $(other_progs)
|
||||||
|
Loading…
Reference in New Issue
Block a user