I'm not sure we want to keep some of these. Mostly here to show what testing I have done already. Signed-off-by: Ben Widawsky <ben at bwidawsk.net> --- tests/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index 9ec07c6..bc33ab0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -61,6 +61,11 @@ TESTS_progs = \ drm_vma_limiter_gtt \ drm_vma_limiter_cached \ sysfs_rc6_residency \ + gem_ctx_basic \ + gem_ctx_exec \ + gem_ctx_bad_destroy \ + gem_ctx_create \ + gem_ctx_bad_exec \ $(NULL) # IMPORTANT: The ZZ_ tests need to be run last! @@ -113,3 +118,6 @@ AM_CFLAGS += $(CAIRO_CFLAGS) $(LIBUDEV_CFLAGS) $(GLIB_CFLAGS) gem_fence_thrash_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS) gem_fence_thrash_LDADD = $(LDADD) -lpthread + +gem_ctx_basic_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS) +gem_ctx_basic_LDADD = $(LDADD) -lpthread -- 1.7.10.2