Import taskchampion-lib into integration-tests as rust symbols
This allows Cargo to handle the linking peculiarities of platforms.
This commit is contained in:
committed by
Tomas Babej
parent
6f7c5c31a9
commit
ccb9a0fdfb
@@ -8,6 +8,7 @@ build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
taskchampion = { path = "../taskchampion" }
|
||||
taskchampion-lib = { path = "../lib" }
|
||||
taskchampion-sync-server = { path = "../sync-server" }
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -22,4 +23,3 @@ lazy_static = "1"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0.73"
|
||||
taskchampion-lib = { path = "../lib" }
|
||||
|
||||
Reference in New Issue
Block a user