We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b20cb commit 65f395eCopy full SHA for 65f395e
test/precompile_execution.jl
@@ -1,3 +1,6 @@
1
using Example
2
3
Example.domath(5)
4
+
5
+# intentionally put an abspath in to test the relocatability audit
6
+test_abspath = homedir()
0 commit comments