mirror of
https://github.com/janet-lang/janet
synced 2024-11-15 13:14:48 +00:00
cc07ff987d
Add executable generation testing to make test-install.
11 lines
168 B
Clojure
11 lines
168 B
Clojure
(declare-project
|
|
:name "testmod")
|
|
|
|
(declare-native
|
|
:name "testmod"
|
|
:source @["testmod.c"])
|
|
|
|
(declare-executable
|
|
:name "testexec"
|
|
:entry "testexec.janet")
|