From 3f156ab38e69c777824133c216c5b4710f2b77cd Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Thu, 12 Apr 2018 19:47:26 +0300 Subject: Regenerate conformance_pb.nim --- nimpb.nimble | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3