mirror of
https://github.com/janet-lang/janet
synced 2025-10-22 19:27:43 +00:00
Test for regressions in #249
Use two separate natives in compiled executable.
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
:name "testmod"
|
||||
:source @["testmod.c"])
|
||||
|
||||
(declare-native
|
||||
:name "testmod2"
|
||||
:source @["testmod2.c"])
|
||||
|
||||
(declare-executable
|
||||
:name "testexec"
|
||||
:entry "testexec.janet")
|
||||
|
Reference in New Issue
Block a user