Add more unary operation tests.

This commit is contained in:
Eric Anholt
2006-08-31 14:46:28 -07:00
committed by Damien Lespiau
parent e3cc73bec4
commit 863cd6a5b7
19 changed files with 58 additions and 5 deletions
+29 -2
View File
@@ -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} \