diff options
Diffstat (limited to 'nimpb.nimble')
| -rw-r--r-- | nimpb.nimble | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nimpb.nimble b/nimpb.nimble index 6b907d0..22bc7a9 100644 --- a/nimpb.nimble +++ b/nimpb.nimble @@ -22,6 +22,7 @@ task run_conformance_tests, "Run the conformance test suite": var proto = testDir / "test_messages_proto3.proto" var testRunner = "../protobuf-3.5.1/conformance/conformance-test-runner" exec &"./nimpb/compiler/nimpb_build -I{testDir} --out={testDir} {proto}" + exec &"./nimpb/compiler/nimpb_build -I{testDir} --out={testDir} {testDir}/conformance.proto" exec &"nimble c {testDir}/conformance_nim.nim" exec &"{testRunner} {testDir}/conformance_nim" |
