From 13b65f01132c41be9ab8d9f92c2c5ca605c366d8 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Sat, 29 May 2021 14:24:31 +0200 Subject: changed repo structure and commited releease files such that default docker-compose worklow commands work in testvm --- tests/data/evil1.stl | 9 +++++++++ tests/data/flag1.stl | 16 ++++++++++++++++ tests/data/sample-ascii.stl | 16 ++++++++++++++++ tests/data/sample-binary.stl | Bin 0 -> 134 bytes 4 files changed, 41 insertions(+) create mode 100644 tests/data/evil1.stl create mode 100644 tests/data/flag1.stl create mode 100644 tests/data/sample-ascii.stl create mode 100644 tests/data/sample-binary.stl (limited to 'tests/data') diff --git a/tests/data/evil1.stl b/tests/data/evil1.stl new file mode 100644 index 0000000..706e9e2 --- /dev/null +++ b/tests/data/evil1.stl @@ -0,0 +1,9 @@ +solid test˙ +facet normal 0 0 1.0 + outer loop + vertex 1 0 0 + vertex 1 1 0 + vertex 0 1 0 + endloop + endfacet +endsolid diff --git a/tests/data/flag1.stl b/tests/data/flag1.stl new file mode 100644 index 0000000..f2a3854 --- /dev/null +++ b/tests/data/flag1.stl @@ -0,0 +1,16 @@ +solid ENO{TESTFLAG} + facet normal 1.0 0 0 + outer loop + vertex 0 1 0 + vertex 0 1 1 + vertex 0 0 1 + endloop + endfacet + facet normal 0 0 1.0 + outer loop + vertex 1 0 0 + vertex 1 1 0 + vertex 0 1 0 + endloop + endfacet +endsolid diff --git a/tests/data/sample-ascii.stl b/tests/data/sample-ascii.stl new file mode 100644 index 0000000..e3c89ef --- /dev/null +++ b/tests/data/sample-ascii.stl @@ -0,0 +1,16 @@ +solid test + facet normal 1.0 0 0 + outer loop + vertex 0 1 0 + vertex 0 1 1 + vertex 0 0 1 + endloop + endfacet + facet normal 0 0 1.0 + outer loop + vertex 1 0 0 + vertex 1 1 0 + vertex 0 1 0 + endloop + endfacet +endsolid test diff --git a/tests/data/sample-binary.stl b/tests/data/sample-binary.stl new file mode 100644 index 0000000..13c02e4 Binary files /dev/null and b/tests/data/sample-binary.stl differ -- cgit v1.2.3-71-gd317