summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-01-01tests: Only run buffer-count test if we have at least mesa 10Kristian Høgsberg3-0/+30
2014-01-01build: Move clients libexec_PROGRAMS under BUILD_CLIENTS conditionalKristian Høgsberg2-3/+5
2013-12-07tests: Test whether a simple EGL main loop uses too many buffersNeil Roberts5-2/+215
2013-12-02Remove the weston_view.geometry.width/height fieldsJason Ekstrand3-6/+9
2013-11-27Remove dependency on <GLES2/gl2.h> by replacing GLfloat with floatTomeu Vizoso1-6/+6
2013-11-24configure.ac: Make libdrm optional in weston-launchKristian Høgsberg1-0/+1
2013-11-23tests: Remove an unecessary Makefile.am variableKristian Høgsberg1-5/+3
2013-11-23tests: Use a helper library for weston-test clientsKristian Høgsberg1-32/+25
2013-11-23tests: Use TEST_CLIENT for test client modulesKristian Høgsberg1-1/+1
2013-11-21tests: .gitignore log filesPekka Paalanen1-0/+1
2013-11-21tests: allow weston test plugin to keep on runningPekka Paalanen1-1/+1
2013-11-21tests: add a test causing SIGBUS to the compositorPekka Paalanen2-0/+81
2013-11-15protocol: move sub-surfaces to WaylandPekka Paalanen3-8/+1
2013-11-13weston-test: Always update transform when moving surfaceKristian Høgsberg1-2/+1
2013-10-28tests/.gitignore: Add *.trsJonas Ådahl1-0/+1
2013-10-22Split the geometry information from weston_surface out into weston_viewJason Ekstrand3-29/+47
2013-10-22compositor: Remove redundant and not well-defined focus fieldKristian Høgsberg1-6/+0
2013-10-10weston-test-client-helper: Use wl_fixed_to_double() when printing axis valueKristian Høgsberg1-1/+2
2013-10-10weston-test-client-helper.c: Assert on failed allocationsKristian Høgsberg1-10/+19
2013-10-10tests: Assert surface creation succeedsKristian Høgsberg2-0/+2
2013-09-21config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg1-1/+1
2013-09-16Added tests for the vertex clipping code.Sam Spilsbury2-11/+245
2013-09-13Add support for table-driven testing.Sam Spilsbury2-63/+112
2013-09-13Remove AM_LDFLAGS usageSam Spilsbury1-2/+6
2013-09-11tests: list available tests if an invalid test name is givenPeter Hutterer1-0/+1
2013-09-11tests: support -h/--help for the testsPeter Hutterer1-0/+18
2013-09-11tests: include config.h in weston-test-runnerPeter Hutterer1-0/+1
2013-09-11tests: use variable for test name in weston-tests-envPeter Hutterer1-5/+12
2013-09-11tests: always build testsPeter Hutterer1-8/+4
2013-08-26Add more missing config.h #includesKristian Høgsberg1-0/+2
2013-08-20autotools: Don't use wayland-scanner.m4Daiki Ueno1-1/+2
2013-08-08malloc + memset -> zallocPeter Hutterer1-2/+1
2013-07-09Convert to wl_global_create/destroy()Kristian Høgsberg1-2/+2
2013-07-09tests: Fix warnings in config-parser-testKristian Høgsberg1-1/+2
2013-07-08tests: Move config-parser.test to tests/Quentin Glidic3-1/+214
2013-07-08tests: Add .weston extension to clients testsQuentin Glidic2-25/+23
2013-07-04tests: Rename xwayland_test to xwayland-testKristian Høgsberg1-1/+1
2013-07-03tests: Fix leftover wl_client_add_versioned_object()Kristian Høgsberg1-4/+3
2013-07-03Use wl_resource_create() for creating resourcesJason Ekstrand1-2/+4
2013-06-25tests: Fix direct access to resource->data in weston-testKristian Høgsberg1-7/+8
2013-05-17tests: add a sub-surface nesting loop testPekka Paalanen1-0/+22
2013-05-17tests: add sub-surface tree destruction permutationsPekka Paalanen1-0/+202
2013-05-17fix module_init signature in module testsU. Artie Eoff2-4/+2
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-1/+1
2013-05-10tests: add sub-surface protocol testsPekka Paalanen3-1/+330
2013-05-10protocol: add sub-surfacesPekka Paalanen2-0/+6
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg1-3/+3
2013-05-06input: Rename wl_pointer to weston_pointerKristian Høgsberg1-2/+2
2013-05-06fold wl_keyboard into weston_keyboardKristian Høgsberg1-1/+1
2013-05-02text: Rename text_input to wl_text_inputJan Arne Petersen1-25/+25