mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +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 \
|
||||
org.gtk.test.gschema \
|
||||
org.gtk.test.gschema.xml \
|
||||
testenum.h \
|
||||
enums.xml.template \
|
||||
de.po \
|
||||
$(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 \
|
||||
$(cert_test_files) \
|
||||
test.gresource.xml \
|
||||
@ -508,6 +501,7 @@ test_files = \
|
||||
appinfo-test-gnome.desktop \
|
||||
appinfo-test-notgnome.desktop \
|
||||
$(NULL)
|
||||
EXTRA_DIST += $(test_files)
|
||||
|
||||
if BUILDOPT_INSTALL_TESTS
|
||||
insttest_PROGRAMS = $(test_progs) $(other_progs)
|
||||
|
Loading…
Reference in New Issue
Block a user