summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2020-07-28 10:33:59 +0300
committerPetri Latvala <petri.latvala@intel.com>2020-07-29 10:18:56 +0300
commit95d906bf458634850626f7e5d6a707191022279f (patch)
tree2353388374d4256fb24acf41a26d35b85151f634 /tests
parent2fef871e791ceab7841b899691c443167550173d (diff)
autotools: Remove $(HANG) handling
Last use of $(HANG) was removed in 8a50ca9985d2 ("i915/gem_non_secure_batch.c: Remove"), remove the last dangling references to the variable. Signed-off-by: Petri Latvala <petri.latvala@intel.com> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Cc: Lukasz Fiedorowicz <lukasz.fiedorowicz@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8219e79b8..c81b63332 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,7 +34,6 @@ test-list-full.txt: Makefile
noinst_PROGRAMS = \
- $(HANG) \
$(TESTS_testsuite) \
$(NULL)
@@ -67,11 +66,9 @@ dist_pkgdata_DATA = \
all-local: .gitignore
.gitignore: Makefile.sources
- @echo "$(pkglibexec_PROGRAMS) $(HANG) test-list.txt test-list-full.txt /.gitignore" | sed 's/\s\+/\n/g' | sort > $@
+ @echo "$(pkglibexec_PROGRAMS) test-list.txt test-list-full.txt /.gitignore" | sed 's/\s\+/\n/g' | sort > $@
-EXTRA_PROGRAMS = $(HANG)
-
-CLEANFILES = $(EXTRA_PROGRAMS) test-list.txt test-list-full.txt .gitignore
+CLEANFILES = test-list.txt test-list-full.txt .gitignore
AM_CFLAGS = $(CWARNFLAGS) -Wno-unused-result $(DEBUG_CFLAGS)\
-I$(top_srcdir)/include/drm-uapi \