[Intel-gfx] [PATCH i-g-t] tests: update .gitignore and add a Makefile rule to create it
Thomas Wood
thomas.wood at intel.com
Thu Dec 3 04:03:22 PST 2015
Signed-off-by: Thomas Wood <thomas.wood at intel.com>
---
tests/.gitignore | 13 +++++++------
tests/Makefile.am | 4 ++++
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/tests/.gitignore b/tests/.gitignore
index ba1becd..9dfc7f3 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1,7 +1,6 @@
-# Please keep sorted alphabetically
core_auth
-core_get_client_auth
core_getclient
+core_get_client_auth
core_getstats
core_getversion
core_prop_blob
@@ -27,6 +26,7 @@ gem_close_race
gem_concurrent_all
gem_concurrent_blit
gem_cpu_reloc
+gem_create
gem_cs_prefetch
gem_cs_tlb
gem_ctx_bad_destroy
@@ -51,9 +51,9 @@ gem_exec_nop
gem_exec_params
gem_exec_parse
gem_fd_exhaustion
+gem_fenced_exec_thrash
gem_fence_thrash
gem_fence_upload
-gem_fenced_exec_thrash
gem_flink_basic
gem_flink_race
gem_gpgpu_fill
@@ -94,14 +94,16 @@ gem_render_linear_blits
gem_render_tiled_blits
gem_request_retire
gem_reset_stats
+gem_ringfill
gem_ring_sync_copy
gem_ring_sync_loop
-gem_ringfill
gem_seqno_wrap
gem_set_tiling_vs_blt
gem_set_tiling_vs_gtt
gem_set_tiling_vs_pwrite
+gem_stolen
gem_storedw_batches_loop
+gem_storedw_loop
gem_streaming_writes
gem_stress
gem_threaded_access_tiled
@@ -167,6 +169,5 @@ prime_nv_test
prime_self_import
prime_udl
template
-test-list.txt
testdisplay
-gem_storedw_loop
+test-list.txt
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c4f1f01..c22d7a4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,6 +32,10 @@ dist_pkgdata_DATA = \
$(IMAGES) \
$(NULL)
+
+.gitignore: Makefile.sources
+ @echo "$(pkglibexec_PROGRAMS) $(HANG) test-list.txt" | sed 's/\s\+/\n/g' | sort > $@
+
pkgdata_DATA = test-list.txt
EXTRA_PROGRAMS = $(HANG)
--
1.9.1
More information about the Intel-gfx
mailing list