We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748049e commit 85df43bCopy full SHA for 85df43b
test/runtests.jl
@@ -1,7 +1,7 @@
1
using PackageCompiler
2
using Base.Test
3
4
-# write your own tests here
5
# If this works without error we should be in pretty good shape!
6
-PackageCompiler.compile_package("Matcha", false)
+# This command will use the runtest.jl of Matcha to find out what functions to precompile!
+PackageCompiler.compile_package("Matcha", false) # false to not force overwriting julia's current system image
7
# TODO test revert - I suppose i wouldn't have enough rights on travis to move around dll's?
0 commit comments