summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2012-09-28Add test case for ".declare" overriding feature.Homer Hsing1-0/+1
Later same name .declare pragma will override previously defined one. This patch add a test case for that feature.
2012-09-26Automatically run all test cases.Homer Hsing2-11/+80
In the past test/run-test.sh run only one test case per call. This patch let it automatically run all test cases.
2012-09-26Fix missing environment variables problem in test/run-test.shHomer Hsing1-5/+7
Currently test/run-test.sh cannot get the value of ${srcdir} and ${top_builddir}. Thus we cannot run any test case. This patch uses $0 to get the absolute path of run-test.sh. Now test cases work.
2012-09-26Add a test case for ".declare" pragmaHomer Hsing3-1/+11
2006-09-01Add accidentally forgotten rnde test.Eric Anholt1-0/+1
2006-09-01Rename package and binary to intel-gen4asm.Eric Anholt1-1/+1
2006-09-01Add tests for break, cont, and halt instructions.Eric Anholt8-0/+28
2006-09-01Add a test for ENDIF, revealing issues.Eric Anholt4-0/+6
2006-09-01Add a test for the ELSE instruction, revealing issues.Eric Anholt4-0/+6
2006-09-01Add a test for wait instruction (not yet implemented).Eric Anholt4-0/+6
2006-08-31Add a failing test for maximum ranges of UD/D immediates.Eric Anholt4-2/+12
2006-08-31Fix the width of the IP count field expected by the while test.Eric Anholt1-1/+1
2006-08-31Add tests for jmpi, if, iff, and while, revealing issues.Eric Anholt10-2/+26
2006-08-31Explain why rnde-intsrc is expected to fail.Eric Anholt1-0/+1
2006-08-31Add more unary operation tests.Eric Anholt19-5/+58
2006-08-31Start adding a test suite.Eric Anholt5-0/+34