We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191675e commit fcef077Copy full SHA for fcef077
2 files changed
Manifest.toml
@@ -1,14 +1,12 @@
1
# This file is machine-generated - editing it directly is not advised
2
3
-julia_version = "1.11.3"
+julia_version = "1.9.0"
4
manifest_format = "2.0"
5
project_hash = "f604830d70fa58877def5710c5d1fa32dcb3f998"
6
7
[[deps.Printf]]
8
deps = ["Unicode"]
9
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
10
-version = "1.11.0"
11
12
[[deps.Unicode]]
13
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
14
test/runtests.jl
@@ -0,0 +1,6 @@
+using Test
+using LCDApproximationJulia
+
+@testset "Basic tests" begin
+ @test 1 + 1 == 2
+end
0 commit comments