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
359 B
10 lines
359 B
diff -up libdrm-2.4.97/tests/Makefile.am.check libdrm-2.4.97/tests/Makefile.am |
|
--- libdrm-2.4.97/tests/Makefile.am.check 2019-01-31 11:00:21.248243193 +1000 |
|
+++ libdrm-2.4.97/tests/Makefile.am 2019-01-31 11:05:28.380528292 +1000 |
|
@@ -51,3 +51,6 @@ bin_PROGRAMS = drmdevice |
|
else |
|
check_PROGRAMS += drmdevice |
|
endif |
|
+ |
|
+check-programs: |
|
+ @echo $(check_PROGRAMS)
|
|
|