diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-18 17:22:28 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-18 17:22:28 (GMT) |
commit | 8a5bb25614e2ace031dae76acbc1c731cfcb12f8 (patch) | |
tree | 7f9249ed764b8119db373de5e0e6bab0f7de264d /Tests/MathTest/CMakeLists.txt | |
parent | 2a9d2ed412e5d8a821b5b6debd86cd3ec9c1e6fe (diff) | |
download | CMake-8a5bb25614e2ace031dae76acbc1c731cfcb12f8.zip CMake-8a5bb25614e2ace031dae76acbc1c731cfcb12f8.tar.gz CMake-8a5bb25614e2ace031dae76acbc1c731cfcb12f8.tar.bz2 |
ENH: More tests
Diffstat (limited to 'Tests/MathTest/CMakeLists.txt')
-rw-r--r-- | Tests/MathTest/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/MathTest/CMakeLists.txt b/Tests/MathTest/CMakeLists.txt index 6f7a60c..ef6c4f9 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 "") |