Moved tests into their own subdirectory.

This commit is contained in:
Ken MacKay
2014-04-01 21:24:55 -07:00
parent 8157219275
commit 0fe88b2f4e
5 changed files with 6 additions and 0 deletions

View File

@ -1 +1,3 @@
c, link = emk.module("c", "link")
emk.subdir("test")

4
test/emk_rules.py Normal file
View File

@ -0,0 +1,4 @@
c, link = emk.module("c", "link")
link.depdirs += [
"$:proj:$"
]