diff --git a/Tests/MathTest/CMakeLists.txt b/Tests/MathTest/CMakeLists.txt index 6f7a60cb4..ef6c4f959 100644 --- a/Tests/MathTest/CMakeLists.txt +++ b/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 "")