You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
347 B
10 lines
347 B
diff -up libdrm-2.4.82/tests/Makefile.am.check libdrm-2.4.82/tests/Makefile.am |
|
--- libdrm-2.4.82/tests/Makefile.am.check 2017-08-10 09:44:12.380441220 +1000 |
|
+++ libdrm-2.4.82/tests/Makefile.am 2017-08-10 09:45:13.349056689 +1000 |
|
@@ -45,3 +45,6 @@ TESTS = \ |
|
check_PROGRAMS = \ |
|
$(TESTS) \ |
|
drmdevice |
|
+ |
|
+check-programs: |
|
+ @echo $(check_PROGRAMS)
|
|
|