ENH: More tests
This commit is contained in:
parent
2a9d2ed412
commit
8a5bb25614
|
@ -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 "")
|
||||
|
|
Loading…
Reference in New Issue