Skip to content

Commit 4ff3f56

Browse files
committed
Add Project.toml file and remove REQUIRE
1 parent 37dbe82 commit 4ff3f56

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

Project.toml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name = "AbaqusReader"
2+
uuid = "bc6b9049-e460-56d6-94b4-a597b2c0390d"
3+
authors = ["Jukka Aho <[email protected]>"]
4+
version = "0.2.4"
5+
6+
[deps]
7+
Nullables = "4d1e1d77-625e-5b40-9113-a560ec7a8ecd"
8+
9+
[compat]
10+
julia = "1"
11+
Nullables = "1"
12+
13+
[extras]
14+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
15+
16+
[targets]
17+
test = ["Test"]

REQUIRE

-2
This file was deleted.

test/REQUIRE

-1
This file was deleted.

test/runtests.jl

-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
using AbaqusReader
55
using Test
66

7-
include("../docs/make.jl")
8-
97
@testset "AbaqusReader.jl" begin
108
@testset "test_parse_mesh" begin include("test_parse_mesh.jl") end
119
@testset "test_parse_model" begin include("test_parse_model.jl") end
@@ -14,5 +12,3 @@ include("../docs/make.jl")
1412
@testset "test_parse_t2d2" begin include("test_parse_t2d2.jl") end
1513
@testset "test_parse_beams" begin include("test_parse_beams.jl") end
1614
end
17-
18-
include("../docs/deploy.jl")

0 commit comments

Comments
 (0)