Browse Source

ENH: More tests

Andy Cedilnik 20 years ago
parent
commit
8a5bb25614
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Tests/MathTest/CMakeLists.txt

+ 3 - 0
Tests/MathTest/CMakeLists.txt

@@ -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 "")