Skip to content

Commit

Permalink
Make examples tests work in non-experimental mode (openscad#5349)
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel authored Oct 2, 2024
1 parent 202844c commit e972ed8
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -849,15 +849,18 @@ list(APPEND SCADFILES_WITH_COLOR
${EXAMPLES_DIR}/Advanced/assert.scad
${EXAMPLES_DIR}/Advanced/animation.scad
${EXAMPLES_DIR}/Advanced/GEB.scad
${EXAMPLES_DIR}/Advanced/children.scad
${EXAMPLES_DIR}/Advanced/children_indexed.scad
${EXAMPLES_DIR}/Basics/CSG-modules.scad
${EXAMPLES_DIR}/Basics/linear_extrude.scad
${EXAMPLES_DIR}/Basics/logo_and_text.scad
${EXAMPLES_DIR}/Basics/projection.scad
${EXAMPLES_DIR}/Basics/text_on_cube.scad
${EXAMPLES_DIR}/Advanced/surface_image.scad
${EXAMPLES_DIR}/Functions/functions.scad
${EXAMPLES_DIR}/Basics/rotate_extrude.scad
${EXAMPLES_DIR}/Old/example017.scad

${TEST_SCAD_DIR}/3D/issues/issue5216.scad
${TEST_SCAD_DIR}/3D/issues/issue5217.scad

#${TEST_SCAD_DIR}/bugs/issue1000.scad
Expand All @@ -878,6 +881,7 @@ list(APPEND SCADFILES_DIFFERENT_MANIFOLD_RENDER_EXPECTATIONS

# render() in manifold mode preserves colors
${TEST_SCAD_DIR}/3D/features/render-tests.scad
${EXAMPLES_DIR}/Old/example016.scad

# Manifold can represent the very think slice
${TEST_SCAD_DIR}/3D/issues/issue1165.scad
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/regression/rendertest/example016-expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e972ed8

Please sign in to comment.