File tree 4 files changed +17
-7
lines changed
4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change
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" ]
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
using AbaqusReader
5
5
using Test
6
6
7
- include (" ../docs/make.jl" )
8
-
9
7
@testset " AbaqusReader.jl" begin
10
8
@testset " test_parse_mesh" begin include (" test_parse_mesh.jl" ) end
11
9
@testset " test_parse_model" begin include (" test_parse_model.jl" ) end
@@ -14,5 +12,3 @@ include("../docs/make.jl")
14
12
@testset " test_parse_t2d2" begin include (" test_parse_t2d2.jl" ) end
15
13
@testset " test_parse_beams" begin include (" test_parse_beams.jl" ) end
16
14
end
17
-
18
- include (" ../docs/deploy.jl" )
You can’t perform that action at this time.
0 commit comments