mirror of
https://github.com/kmackay/micro-ecc
synced 2025-08-06 15:11:51 +08:00
Moved tests into their own subdirectory.
This commit is contained in:
@ -1 +1,3 @@
|
||||
c, link = emk.module("c", "link")
|
||||
|
||||
emk.subdir("test")
|
||||
|
4
test/emk_rules.py
Normal file
4
test/emk_rules.py
Normal file
@ -0,0 +1,4 @@
|
||||
c, link = emk.module("c", "link")
|
||||
link.depdirs += [
|
||||
"$:proj:$"
|
||||
]
|
Reference in New Issue
Block a user