1
0
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:
Calvin Rose
2020-01-12 10:45:59 -06:00
parent 0e7cf51890
commit f0e04e734c
3 changed files with 46 additions and 1 deletions

View File

@@ -5,6 +5,10 @@
:name "testmod"
:source @["testmod.c"])
(declare-native
:name "testmod2"
:source @["testmod2.c"])
(declare-executable
:name "testexec"
:entry "testexec.janet")