File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ __revise_mode__ = :eval
13
13
14
14
using ReTest
15
15
16
- include (" jllenvs.jl" )
17
- include (" file.jl" )
18
- include (" generators.jl" )
19
- include (" module.jl" )
16
+ # include("jllenvs.jl")
17
+ # include("file.jl")
18
+ # include("generators.jl")
19
+ # include("module.jl")
20
20
21
- include (" test_mpi.jl" )
21
+ # include("test_mpi.jl")
22
22
include (" test_bitfield.jl" )
23
23
24
24
end
Original file line number Diff line number Diff line change @@ -46,6 +46,10 @@ function build_libbitfield()
46
46
output_path = joinpath (@__DIR__ , " LibBitField.jl" )
47
47
options[" general" ][" library_name" ] = " \" $(escape_string (lib_path)) \" "
48
48
options[" general" ][" output_file_path" ] = output_path
49
+
50
+ run (` file $(lib_path) ` )
51
+ run (` ldd $(lib_path) ` )
52
+
49
53
ctx = create_context (headers, args, options)
50
54
build! (ctx)
51
55
You can’t perform that action at this time.
0 commit comments