Skip to content

Commit

Permalink
test(cpp): add more tests for params filter
Browse files Browse the repository at this point in the history
  • Loading branch information
w4bremer committed Jun 7, 2023
1 parent 7ad67eb commit 5a427bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/gen/filters/filtercpp/cpp_params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ func TestParams(t *testing.T) {
{"test", "Test3", "opFloat32Array", "const std::list<float>& param1"},
{"test", "Test3", "opFloat64Array", "const std::list<double>& param1"},
{"test", "Test3", "opStringArray", "const std::list<std::string>& param1"},
{"test", "Test3", "op_Bool", "bool param_Bool"},
{"test", "Test3", "op_bool", "bool param_bool"},
{"test", "Test3", "op_1", "bool param_1"},
}
syss := loadTestSystems(t)
for _, sys := range syss {
Expand Down

0 comments on commit 5a427bc

Please sign in to comment.