Skip to content

Commit fcef077

Browse files
committed
downgrad to julia 1.9; add example tests
1 parent 191675e commit fcef077

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Manifest.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.11.3"
3+
julia_version = "1.9.0"
44
manifest_format = "2.0"
55
project_hash = "f604830d70fa58877def5710c5d1fa32dcb3f998"
66

77
[[deps.Printf]]
88
deps = ["Unicode"]
99
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
10-
version = "1.11.0"
1110

1211
[[deps.Unicode]]
1312
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
14-
version = "1.11.0"

test/runtests.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
using Test
2+
using LCDApproximationJulia
3+
4+
@testset "Basic tests" begin
5+
@test 1 + 1 == 2
6+
end

0 commit comments

Comments
 (0)