1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-22 22:35:18 +02:00

use scad to reduce dependencies

This commit is contained in:
Justin Lin
2020-01-26 16:50:52 +08:00
parent e82545fe37
commit c16d43669e
3 changed files with 20 additions and 16 deletions

View File

@@ -1,6 +1,5 @@
include <unittest.scad>;
include <util/sub_str.scad>;
include <util/split_str.scad>;
use <unittest.scad>;
use <util/split_str.scad>;
module test_split_str() {
echo("==== test_split_str ====");