Skip to content

Commit a4ea4d2

Browse files
authored
Update precompile_*.jl file
1 parent 8fe7138 commit a4ea4d2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

test/TestPackage3.jl/.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Set default behaviour to automatically normalize line endings.
2+
* text=auto
3+
4+
# Force bash scripts to always use lf line endings so that if a repo is accessed
5+
# in Unix via a file share from Windows, the scripts will work.
6+
*.sh text eol=lf

test/TestPackage3.jl/src/TestPackage3.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ else
1212

1313
end
1414

15+
include("precompile_includer.jl")
1516
end

0 commit comments

Comments
 (0)