summaryrefslogtreecommitdiff
path: root/testdata/scad/features/sub1/sub2/sub3/sub4/include-test2.scad
blob: 9f4c9632145edfc2faa219e3fc9582daadf1c928 (plain)
1
2
3
4
5
6
7
8
9
10
//Test nested include
include <include-test3.scad>

//Test relative file location
include <../include-test4.scad>

module test2 ()
{
	echo("included from include-test2.scad");
}
contact: Jan Huwald // Impressum