summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix major bug related to multiple handling. Unfortunately this slows downPeter Johnson2006-05-111-0/+3
* Add automated arch/x86 tests. Some were moved from tests/nasm, others are new.Peter Johnson2002-10-035-51/+0
* Add some bin objfmt related testcases. These should go into a frameworkPeter Johnson2002-03-187-0/+78
* Use non-preprocessed BITS directive so this can be assembled with current YASM.Peter Johnson2002-03-021-1/+1
* Test circular reference detection. Very basic examples from NASM's docs onPeter Johnson2002-02-204-0/+9
* Massive build system change: single Makefile instead of recursive.Peter Johnson2001-12-261-23/+0
* General tests of directives.Peter Johnson2001-11-211-0/+14
* Test the imm and imm8x forms of add.Peter Johnson2001-11-211-0/+4
* Add two larger NASM-preprocessed files from UIUC ECE 291's PModeLib as morePeter Johnson2001-11-212-0/+2840
* Test global/common sharing in addition to extern.Peter Johnson2001-11-211-2/+4
* How does NASM's bin format handle sections?Peter Johnson2001-11-211-0/+11
* Allow multiple EXTERN's of same variable without error (NASM's behavior).Peter Johnson2001-11-201-0/+2
* Decided to go ahead and commit these little NASM-syntax test files I've beenPeter Johnson2001-11-1732-0/+483
* Try to fix configure and automake files so everything builds a bit cleaner.Peter Johnson2001-09-201-0/+2
* Allow make check and tests module to be disabled, as it's not portable yet.Peter Johnson2001-09-191-0/+5
* Cleanup of local .cvsignore files after addition of global CVSROOT/cvsignore.Peter Johnson2001-09-181-4/+0
* Add unit test framework using Check (http://check.sourceforge.net/).Peter Johnson2001-09-182-0/+20