Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for installed-tests metadata files #28

Merged
merged 1 commit into from Jan 26, 2015

Conversation

pwithnall
Copy link
Contributor

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.

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.
@behdad
Copy link
Owner

behdad commented Jan 26, 2015

I haven't tested or studied this in detail. Please report if any breakage happens. Thanks :)

behdad added a commit that referenced this pull request Jan 26, 2015
Add support for installed-tests metadata files
@behdad behdad merged commit 5cca0c6 into behdad:master Jan 26, 2015
@pwithnall pwithnall deleted the installed-tests branch January 26, 2015 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants