summaryrefslogtreecommitdiffstats
path: root/Tests/MathTest
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/MathTest')
-rw-r--r--Tests/MathTest/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/MathTest/CMakeLists.txt b/Tests/MathTest/CMakeLists.txt
index 5403d29..396f633 100644
--- a/Tests/MathTest/CMakeLists.txt
+++ b/Tests/MathTest/CMakeLists.txt
@@ -16,6 +16,8 @@ set(expressions
"1000 -12*5"
"1000 +12*-5"
"1000 -12*-5"
+ "~~1"
+ "1000 & ~0"
)
set(FILE_EXPRESSIONS "extern void test_expression(int x, int y, const char * text);\n")