Removed a bunch of less useful tests

issue480
Marius Kintel 2013-06-23 01:56:04 -04:00
parent 140189d470
commit a3cd019494
156 changed files with 16 additions and 198 deletions

View File

@ -1 +0,0 @@
assign();

View File

@ -1 +0,0 @@
child();

View File

@ -1 +0,0 @@
circle();

View File

@ -1 +0,0 @@
color();

View File

@ -1 +0,0 @@
cube();

View File

@ -1 +0,0 @@
cylinder();

View File

@ -1 +0,0 @@
difference();

View File

@ -1 +0,0 @@
dxf_linear_extrude();

View File

@ -1 +0,0 @@
dxf_rotate_extrude();

View File

@ -1 +0,0 @@
echo();

View File

@ -1 +0,0 @@
for();

View File

@ -1 +0,0 @@
glide();

View File

@ -1 +0,0 @@
group();

View File

@ -1 +0,0 @@
hull();

View File

@ -1 +0,0 @@
if(true) { }

View File

@ -1 +0,0 @@
import();

View File

@ -1 +0,0 @@
import_dxf();

View File

@ -1 +0,0 @@
import_off();

View File

@ -1 +0,0 @@
import_stl();

View File

@ -1 +0,0 @@
intersection();

View File

@ -1 +0,0 @@
intersection_for();

View File

@ -1 +0,0 @@
linear_extrude();

View File

@ -1 +0,0 @@
minkowski();

View File

@ -1 +0,0 @@
mirror();

View File

@ -1 +0,0 @@
multmatrix();

View File

@ -1 +0,0 @@
polygon();

View File

@ -1 +0,0 @@
polyhedron();

View File

@ -1 +0,0 @@
projection();

View File

@ -1 +0,0 @@
render();

View File

@ -1 +0,0 @@
rotate();

View File

@ -1 +0,0 @@
rotate_extrude();

View File

@ -1 +0,0 @@
scale();

View File

@ -1 +0,0 @@
sphere();

View File

@ -1 +0,0 @@
square();

View File

@ -1 +0,0 @@
subdiv();

View File

@ -1 +0,0 @@
surface();

View File

@ -1 +0,0 @@
translate();

View File

@ -1 +0,0 @@
union();

View File

@ -759,7 +759,6 @@ configure_file(${CMAKE_SOURCE_DIR}/../testdata/scad/templates/import_dxf-tests-t
${CMAKE_SOURCE_DIR}/../testdata/scad/features/import_dxf-tests.scad)
# Find all scad files
file(GLOB MINIMAL_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/minimal/*.scad)
file(GLOB FEATURES_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/features/*.scad)
file(GLOB BUGS_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/*.scad)
file(GLOB SCAD_DXF_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/dxf/*.scad)
@ -767,7 +766,6 @@ file(GLOB FUNCTION_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/functions/*.scad)
file(GLOB EXAMPLE_FILES ${CMAKE_SOURCE_DIR}/../examples/*.scad)
list(APPEND ECHO_FILES ${FUNCTION_FILES}
${CMAKE_SOURCE_DIR}/../testdata/scad/minimal/echo.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/echo-tests.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/escape-test.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/parser-tests.scad
@ -783,12 +781,15 @@ list(APPEND ECHO_FILES ${FUNCTION_FILES}
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/variable-scope-tests.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/lookup-tests.scad)
list(APPEND DUMPTEST_FILES ${MINIMAL_FILES} ${FEATURES_FILES} ${EXAMPLE_FILES})
list(APPEND DUMPTEST_FILES ${FEATURES_FILES} ${EXAMPLE_FILES})
list(APPEND DUMPTEST_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/escape-test.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/include-tests.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/use-tests.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/localfiles-test.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/localfiles_dir/localfiles-compatibility-test.scad)
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/localfiles_dir/localfiles-compatibility-test.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/allexpressions.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/allfunctions.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/allmodules.scad)
list(APPEND CGALPNGTEST_FILES ${FEATURES_FILES} ${SCAD_DXF_FILES} ${EXAMPLE_FILES})
list(APPEND CGALPNGTEST_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/misc/include-tests.scad
@ -931,11 +932,17 @@ file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/CTestCustom.cmake ${TMP})
add_cmdline_test(echotest SUFFIX txt FILES ${ECHO_FILES})
add_cmdline_test(dumptest SUFFIX txt FILES ${DUMPTEST_FILES})
add_cmdline_test(moduledumptest SUFFIX txt FILES
${CMAKE_SOURCE_DIR}/../testdata/scad/minimal/allmodules.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/minimal/allfunctions.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/minimal/allexpressions.scad)
add_cmdline_test(csgtexttest SUFFIX txt FILES ${MINIMAL_FILES})
add_cmdline_test(csgtermtest SUFFIX txt FILES ${MINIMAL_FILES})
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/allmodules.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/allfunctions.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/allexpressions.scad)
add_cmdline_test(csgtexttest SUFFIX txt FILES
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/allexpressions.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/allfunctions.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/allmodules.scad)
add_cmdline_test(csgtermtest SUFFIX txt FILES
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/allexpressions.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/allfunctions.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/misc/allmodules.scad)
add_cmdline_test(cgalpngtest SUFFIX png FILES ${CGALPNGTEST_FILES})
add_cmdline_test(opencsgtest SUFFIX png FILES ${OPENCSGTEST_FILES})
add_cmdline_test(throwntogethertest SUFFIX png FILES ${THROWNTOGETHERTEST_FILES})

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
circle2

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
cube2

View File

@ -1 +0,0 @@
cylinder2

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
import2

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
polygon2

View File

@ -1 +0,0 @@
polyhedron2

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
sphere2

View File

@ -1 +0,0 @@
square2

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
No top-level CSG object

View File

@ -1 +0,0 @@
group1(group2)

View File

@ -1 +0,0 @@
group1

View File

@ -1 +0,0 @@
group1(circle)

View File

@ -1 +0,0 @@
group1(color2)

View File

@ -1 +0,0 @@
group1(cube)

View File

@ -1 +0,0 @@
group1(cylinder)

View File

@ -1 +0,0 @@
group1(difference2)

View File

@ -1 +0,0 @@
group1(linear_extrude)

View File

@ -1 +0,0 @@
group1(rotate_extrude)

View File

@ -1 +0,0 @@
group1(group2)

View File

@ -1 +0,0 @@
group1(group2)

View File

@ -1 +0,0 @@
group1(glide2)

View File

@ -1 +0,0 @@
group1(group2)

View File

@ -1 +0,0 @@
group1(hull2)

View File

@ -1 +0,0 @@
group1(group2)

View File

@ -1 +0,0 @@
group1(import)

View File

@ -1 +0,0 @@
group1(import)

View File

@ -1 +0,0 @@
group1(import)

View File

@ -1 +0,0 @@
group1(import)

View File

@ -1 +0,0 @@
group1(intersection2)

Some files were not shown because too many files have changed in this diff Show More