mirror of
https://github.com/janet-lang/janet
synced 2025-10-22 19:27:43 +00:00
Change test-install
This commit is contained in:
7
test/install/project.janet
Normal file
7
test/install/project.janet
Normal file
@@ -0,0 +1,7 @@
|
||||
(declare-project
|
||||
:name "testmod")
|
||||
|
||||
(declare-native
|
||||
:name "testmod"
|
||||
:source @["testmod.c"])
|
||||
|
Reference in New Issue
Block a user