Skip to content

Commit 3152c9c

Browse files
committed
Move tree generation utilities to test/
1 parent 5664f79 commit 3152c9c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

benchmark/benchmarks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ else
77
@eval using DynamicExpressions: GraphNode
88
end
99

10-
include("benchmark_utils.jl")
10+
include("../test/tree_gen_utils.jl")
1111

1212
const SUITE = BenchmarkGroup()
1313

test/test_evaluation.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ using DynamicExpressions
22
using Random
33
using Test
44
include("test_params.jl")
5+
include("tree_gen_utils.jl")
56

67
# Test simple evaluations:
78
functions = [

0 commit comments

Comments
 (0)