summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-10-17 17:02:00 +0800
committerMatthias Clasen <mclasen@redhat.com>2017-10-18 17:30:20 +0200
commit8b63b180d37a822ed5d0911089aedc8ae1361f72 (patch)
treeec838f80ff2311bf46ff85eaf92c333773858fc2 /testsuite
parente6b94ef699b789cc4155d4fceda030f937dac4bb (diff)
downloadgtk+-8b63b180d37a822ed5d0911089aedc8ae1361f72.tar.gz
Distribute all test files
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/css/parser/meson.build6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/css/parser/meson.build b/testsuite/css/parser/meson.build
index 7bb8df9c23..8c5e3d444a 100644
--- a/testsuite/css/parser/meson.build
+++ b/testsuite/css/parser/meson.build
@@ -315,9 +315,6 @@ test_data = [
'declarations-valid-25.ref.css',
'declarations-valid-26.css',
'declarations-valid-26.ref.css',
- 'deprecated.css',
- 'deprecated.errors',
- 'deprecated.ref.css',
'does-not-exist.css',
'does-not-exist.errors',
'does-not-exist.ref.css',
@@ -442,17 +439,18 @@ test_data = [
'transition-timing-function.css',
'transition-timing-function.ref.css',
'value-inherit.css',
+ 'value-inherit.ref.css',
'value-inherit.errors',
'value-inherit-shorthand.css',
'value-inherit-shorthand.ref.css',
'value-initial.css',
+ 'value-initial.ref.css',
'value-initial.errors',
'value-initial-shorthand.css',
'value-initial-shorthand.ref.css',
'value-none.css',
'value-none.errors',
'value-none.ref.css',
- 'widget-style-property.css',
]
if get_option('install-tests')