/[packages]/cauldron/mesa/current/SOURCES/0036-glx-meson-wire-up-the-dispatch-index-check-test.patch
ViewVC logotype

Contents of /cauldron/mesa/current/SOURCES/0036-glx-meson-wire-up-the-dispatch-index-check-test.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1355920 - (show annotations) (download)
Sun Jan 13 14:22:00 2019 UTC (5 years, 2 months ago) by tmb
File size: 1033 byte(s)
add current fixes from upstream staging/18.3 branch
1 From abd89156cf457b780e15b2737a5822bae894ad22 Mon Sep 17 00:00:00 2001
2 From: Emil Velikov <emil.velikov@collabora.com>
3 Date: Wed, 12 Dec 2018 19:07:52 +0000
4 Subject: [PATCH 36/78] glx: meson: wire up the dispatch-index-check test
5
6 Accidentally dropped with earlier commit.!
7
8 Fixes: 4ccb9816737 ("meson: Use consistent style for tests")
9 Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
10 Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
11 (cherry picked from commit e139d7a8a315502d538b6a753cb42e841c10e57f)
12 ---
13 src/glx/tests/meson.build | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/src/glx/tests/meson.build b/src/glx/tests/meson.build
17 index fd9d4d433b..81a77c3a3f 100644
18 --- a/src/glx/tests/meson.build
19 +++ b/src/glx/tests/meson.build
20 @@ -33,6 +33,11 @@ if with_shared_glapi
21 files_glx_test += files('query_renderer_implementation_unittest.cpp')
22 endif
23
24 + test(
25 + 'dispatch-index-check',
26 + files('dispatch-index-check'),
27 + suite : ['glx'],
28 + )
29 test(
30 'glx-test',
31 executable(
32 --
33 2.20.1
34

  ViewVC Help
Powered by ViewVC 1.1.30