diff options
author | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-05-12 09:22:07 +1000 |
---|---|---|
committer | Rohan McGovern <rohan.mcgovern@nokia.com> | 2011-05-12 11:57:33 +1000 |
commit | ecf0ab10897811de72a2daeecb903d9989341c2c (patch) | |
tree | d41cb564407d95a0d915aec00295f844036382ca /tests/auto | |
parent | fb3e4d18f892a59fc01eab9249c8cdd1d8ebe4c5 (diff) | |
download | qtxmlpatterns-ecf0ab10897811de72a2daeecb903d9989341c2c.tar.gz |
tests: mark xmlpatternsschemats as a private-test
This test depends on xmlpatternssdk, which uses private symbols.
Reviewed-by: Jason McDonald
Change-Id: If1a24512b0dd2fd4a966605c6adef3be83be19b6
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/auto.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index accf5ac..f460b67 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -43,6 +43,7 @@ xmlpatternsxqts.depends = xmlpatternssdk !contains(QT_CONFIG, private_tests): SUBDIRS -= \ xmlpatternsdiagnosticsts \ xmlpatternsview \ + xmlpatternsschemats \ xmlpatternssdk \ xmlpatternsxqts \ xmlpatternsxslts \ |