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