ENH: More tests

This commit is contained in:
Andy Cedilnik 2005-10-18 13:22:28 -04:00
parent 2a9d2ed412
commit 8a5bb25614
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ PROJECT(MathTest)
SET(expressions
"5 * ( 3 + 4)"
"(1 | 2 | 4 | 8) & 16"
"1 +(3*4) + 10 >> 2"
"10000 / 20 / 4"
"10000 / (20 / 4)"
)
SET(FILE_EXPRESSIONS "")