Skip to content

Commit 7a44da6

Browse files
committed
actually run tests
1 parent 2c3e2d3 commit 7a44da6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ println("Running tests...")
77
include("test_panel.jl")
88
include("test_semi_infinite_filament.jl")
99
include("test_wing_aerodynamics.jl")
10+
include("test_kite_geometry.jl")
1011
include("test_wing_geometry.jl")
1112
include("test_plotting.jl")
1213
end

test/test_kite_geometry.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ using VortexStepMethod
44
using VortexStepMethod: create_interpolations, find_circle_center_and_radius, calculate_inertia_tensor, calculate_com, read_faces
55
using LinearAlgebra
66

7-
@testset "KiteGeometry Tests" begin
7+
@testset "Kite Geometry Tests" begin
88
# Test data
9-
test_obj_path = joinpath(@__DIR__, "data", "test.obj")
9+
test_obj_path = joinpath(tempdir(), "test.obj")
1010

1111
@testset "OBJ File Reading" begin
1212
# Create minimal test OBJ file

0 commit comments

Comments
 (0)