mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-18 11:53:00 +00:00
Add more unary operation tests.
This commit is contained in:
committed by
Damien Lespiau
parent
e3cc73bec4
commit
863cd6a5b7
@@ -2,11 +2,38 @@ check_SCRIPTS = run-test.sh
|
||||
|
||||
TESTS_ENVIRONMENT = top_builddir=${top_builddir}
|
||||
TESTS = \
|
||||
mov
|
||||
mov \
|
||||
frc \
|
||||
rndd \
|
||||
rndu \
|
||||
rnde-intsrc \
|
||||
rndz \
|
||||
lzd \
|
||||
not
|
||||
|
||||
# Tests that are expected to fail because they contain some inccorect code.
|
||||
XFAIL_TESTS = \
|
||||
rnde-intsrc
|
||||
|
||||
TESTDATA = \
|
||||
mov.expected \
|
||||
mov.g4a
|
||||
mov.g4a \
|
||||
frc.expected \
|
||||
frc.g4a \
|
||||
rndd.expected \
|
||||
rndd.g4a \
|
||||
rndu.expected \
|
||||
rndu.g4a \
|
||||
rnde.expected \
|
||||
rnde.g4a \
|
||||
rnde-intsrc.expected \
|
||||
rnde-intsrc.g4a \
|
||||
rndz.expected \
|
||||
rndz.g4a \
|
||||
lzd.expected \
|
||||
lzd.g4a \
|
||||
not.expected \
|
||||
not.g4a
|
||||
|
||||
EXTRA_DIST = \
|
||||
${TESTDATA} \
|
||||
|
||||
Reference in New Issue
Block a user