1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +01:00

update test

This commit is contained in:
Justin Lin 2021-03-06 15:43:24 +08:00
parent 7158cb36fa
commit 5c4c0b1e08
3 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
use <unittest.scad>;
use <collection/hashmap.scad>;
use <collection/hashmap_list.scad>;
use <collection/hashmap_put.scad>;

View File

@ -1,4 +1,3 @@
use <unittest.scad>;
use <collection/hashset.scad>;
use <collection/hashset_list.scad>;
use <collection/hashset_add.scad>;

View File

@ -83,3 +83,4 @@ include <voxel/test_vx_polygon.scad>;
// Collection
include <collection/test_hashset.scad>;
include <collection/test_hashmap.scad>;