Skip to content

Commit

Permalink
Add support for installed-tests metadata files
Browse files Browse the repository at this point in the history
The installed-tests standard requires .test files to be generated for
each installed test. We don’t actually know the variable which lists all
the installed tests, but almost all modules use TESTS to list them too.

https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests

This could cause problems if a test is listed in TESTS but a similar one
with a .test extension also exists (e.g. if TEST_EXTENSIONS is being
used). That is a bit of a corner case though.
  • Loading branch information
Philip Withnall committed Jan 23, 2015
1 parent ac61800 commit 1bf832a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git.mk
Expand Up @@ -277,6 +277,7 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
$(TEST_LOGS) \
$(TEST_LOGS:.log=.trs) \
$(TEST_SUITE_LOG) \
$(TESTS:=.test) \
"*.gcda" \
"*.gcno" \
$(DISTCLEANFILES) \
Expand Down

0 comments on commit 1bf832a

Please sign in to comment.