mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 21:32:56 +00:00
lib/tests: use the "check_" prefix for tests
The "check_" prefix ensures the test programs are not installed and are only built when "make check" is run. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
include Makefile.sources
|
||||
|
||||
EXTRA_PROGRAMS = $(TESTS_testsuite)
|
||||
EXTRA_DIST = $(TESTS_testsuite_scripts)
|
||||
|
||||
CLEANFILES = $(EXTRA_PROGRAMS)
|
||||
EXTRA_DIST = $(check_SCRIPTS)
|
||||
|
||||
AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) \
|
||||
-I$(srcdir)/../.. \
|
||||
|
||||
Reference in New Issue
Block a user