mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-21 13:23:02 +00:00
Start adding a test suite.
This commit is contained in:
committed by
Damien Lespiau
parent
356ce76d44
commit
e3cc73bec4
@@ -0,0 +1,21 @@
|
||||
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}
|
||||
Reference in New Issue
Block a user