Skip to content

Commit 85df43b

Browse files
authored
address #3
1 parent 748049e commit 85df43b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using PackageCompiler
22
using Base.Test
33

4-
# write your own tests here
54
# If this works without error we should be in pretty good shape!
6-
PackageCompiler.compile_package("Matcha", false)
5+
# This command will use the runtest.jl of Matcha to find out what functions to precompile!
6+
PackageCompiler.compile_package("Matcha", false) # false to not force overwriting julia's current system image
77
# TODO test revert - I suppose i wouldn't have enough rights on travis to move around dll's?

0 commit comments

Comments
 (0)