summaryrefslogtreecommitdiff
path: root/test/iftoken.asm
Commit message (Collapse)AuthorAgeFilesLines
* test: change .stdout/.stderr to stdout/stderrH. Peter Anvin2008-10-061-1/+1
| | | | | | | | Using hidden files are rather antisocial, and rather pointless in this particular context. Change .stdout and .stderr to simply stdout and stderr. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Configure tests to be performed automaticallyVictor van den Elzen2008-05-211-0/+2
|
* Add %ifempty and variantsnasm-2.02rc2H. Peter Anvin2008-02-161-54/+261
|
* Implement %iftoken, test for a single tokenH. Peter Anvin2008-02-161-0/+108
Implement %iftoken, a test for a single token. This is useful in cases using %+ to splice a macro-provided token.