Explorar o código

ENH: More tests

Andy Cedilnik %!s(int64=20) %!d(string=hai) anos
pai
achega
8a5bb25614
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 "")