mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-25 16:56:35 +00:00
21 lines
292 B
Makefile
21 lines
292 B
Makefile
check_SCRIPTS = run-test.sh
|
|
|
|
TESTS_ENVIRONMENT = top_builddir=${top_builddir}
|
|
TESTS = \
|
|
mov
|
|
|
|
TESTDATA = \
|
|
mov.expected \
|
|
mov.g4a
|
|
|
|
EXTRA_DIST = \
|
|
${TESTDATA} \
|
|
run-test.sh
|
|
|
|
$(TESTS): run-test.sh
|
|
sed "s|TEST|$@|g" ${srcdir}/run-test.sh > $@
|
|
chmod +x $@
|
|
|
|
CLEANFILES = \
|
|
*.out \
|
|
${TESTS}
|