mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
tests: Drop unnecessary % from .test pattern match rule
On Windows, the executables will have .exe, so this won't match. Furthermore, they aren't actually dependent on the executable to build.
This commit is contained in:
@@ -526,7 +526,7 @@ xfail_tests = desktop-app-info.test
|
||||
developer_only_tests = gsettings.test
|
||||
testmeta_DATA = $(filter-out $(xfail_tests) $(developer_only_tests),$(test_progs:=.test))
|
||||
|
||||
%.test: % Makefile
|
||||
%.test: Makefile
|
||||
$(AM_V_GEN) (echo '[Test]' > $@.tmp; \
|
||||
echo 'Type=session' >> $@.tmp; \
|
||||
echo 'Exec=env G_TEST_DATA=$(pkglibexecdir)/installed-tests $(pkglibexecdir)/installed-tests/$<' >> $@.tmp; \
|
||||
|
Reference in New Issue
Block a user