This website requires JavaScript.
Explore
Main Site
Help
Register
Sign In
mirrors
/
janet
Watch
1
Star
0
Fork
0
You've already forked janet
mirror of
https://github.com/janet-lang/janet
synced
2024-11-15 13:14:48 +00:00
Code
Issues
1
Releases
Wiki
Activity
a8afc5b81f
janet
/
test
/
install
/
testexec.janet
6 lines
89 B
Clojure
Raw
Normal View
History
Unescape
Escape
Executables linking to natives working on linux. This involves a bunch of machinery in cook.janet and even a little bit in the janet C API.
2019-07-28 18:25:14 +00:00
(
use
build/testmod
)
Fix normal native building and make test-install. Add executable generation testing to make test-install.
2019-07-27 14:50:44 +00:00
(
defn
main
[
&
]
Executables linking to natives working on linux. This involves a bunch of machinery in cook.janet and even a little bit in the janet C API.
2019-07-28 18:25:14 +00:00
(
print
"Hello from executable!"
)
(
print
(
get5
)
)
)
Reference in New Issue
Copy Permalink