add line statements, new tests, c++11 in cmake

This commit is contained in:
pantor
2017-08-15 15:02:44 +02:00
parent ebe6c5f671
commit 0e3d6ba4d4
8 changed files with 141 additions and 63 deletions
+4
View File
@@ -0,0 +1,4 @@
{
"xarray": [0, 1],
"yarray": [0, 1, 2]
}
+6
View File
@@ -0,0 +1,6 @@
0-0
0-1
0-2
1-0
1-1
1-2
+6
View File
@@ -0,0 +1,6 @@
## for x in xarray
## for y in yarray
{{x}}-{{y}}
## endfor
## endfor