From 8a5bb25614e2ace031dae76acbc1c731cfcb12f8 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 18 Oct 2005 13:22:28 -0400 Subject: ENH: More tests --- Tests/MathTest/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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 "") -- cgit v0.12