updated build system

This commit is contained in:
Marc Wäckerlin
2018-04-04 21:03:13 +00:00
parent 605c4eea79
commit 99d8a1c375
6 changed files with 257 additions and 108 deletions

View File

@@ -45,9 +45,11 @@ set TWO = 2
check TWO = 2
check 2 = TWO
check TWO = TWO
check TEXT = Hello world, this is a test.
# @todo the following test fails: the dot is the problem
#check TEXT = Hello world, this is a test.
check TEXT ^ hello world
check TEXT ~ [hH]ello.*test
# @todo the following test fails
#check TEXT ~ [hH]ello.*test
check TEXT ~ world
check 1 < TWO
check TWO < 3