add newlib support to the test generator

This commit is contained in:
Jorge Aparicio
2018-07-27 00:11:06 -05:00
parent 96e36ea262
commit 3332a6d303
21 changed files with 1344 additions and 826 deletions
+10 -1
View File
@@ -14,4 +14,13 @@ version = "0.1.2"
checked = []
[workspace]
members = ["cb", "test-generator"]
members = [
"cb",
"input-generator",
"musl-generator",
"newlib-generator",
"shared",
]
[dev-dependencies]
shared = { path = "shared" }