test: add _cpp suffix to test data generated using C++ SDK.#44
test: add _cpp suffix to test data generated using C++ SDK.#44PiotrSikora merged 3 commits intoistio:wasmfrom
Conversation
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
jplevyak
left a comment
There was a problem hiding this comment.
This isn't necessary, the wildcard rules fall through: see jplevyak@96e81d8
|
@jplevyak yeah, but then you'll end-up with conflict because of:
|
|
Well, don't do that :) I am fine with doing this, I just wanted to point out that it wasn't necessary. Feel free to merge. |
|
I wanted to say "this only affects tests", but I've just realized that I modified the Makefile in SDK, which it indeed shouldn't be necessary. Let me fix that. |
Signed-off-by: Piotr Sikora <piotrsikora@google.com>
|
@jplevyak Fixed, PTAL. |
* Add filter specific contexts and root contexts. Signed-off-by: John Plevyak <jplevyak@gmail.com>
* Apply patch 2 * patch 3 * Patch 4 * Fixing build failures Co-authored-by: Dmitri Dolguikh <ddolguik@redhat.com>
Signed-off-by: Piotr Sikora piotrsikora@google.com