summaryrefslogtreecommitdiff
path: root/Tests/MathTest
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-18 13:22:28 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-18 13:22:28 -0400
commit8a5bb25614e2ace031dae76acbc1c731cfcb12f8 (patch)
tree7f9249ed764b8119db373de5e0e6bab0f7de264d /Tests/MathTest
parent2a9d2ed412e5d8a821b5b6debd86cd3ec9c1e6fe (diff)
downloadcmake-8a5bb25614e2ace031dae76acbc1c731cfcb12f8.tar.gz
ENH: More tests
Diffstat (limited to 'Tests/MathTest')
-rw-r--r--Tests/MathTest/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/MathTest/CMakeLists.txt b/Tests/MathTest/CMakeLists.txt
index 6f7a60cb42..ef6c4f959a 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 "")