diff --git a/testdata/scad/misc/empty-union.scad b/testdata/scad/misc/empty-union.scad new file mode 100644 index 00000000..f16a9d46 --- /dev/null +++ b/testdata/scad/misc/empty-union.scad @@ -0,0 +1,4 @@ +union() { + polyhedron(); + polyhedron(); +} diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 4e455db5..cdec9751 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -951,6 +951,52 @@ function(add_cmdline_test TESTCMD_BASENAME) endforeach() endfunction() +# +# Usage add_failing_test(testbasename RETVAL +# [EXE ] [SCRIPT