Skip to content

Commit ede3961

Browse files
committed
Expand tests for testing the rust-target flag generated by builder.
1 parent 0f10912 commit ede3961

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1899,6 +1899,7 @@ fn commandline_flag_unit_test_function() {
18991899
let command_line_flags = bindings.command_line_flags();
19001900

19011901
let test_cases = vec![
1902+
"--rust-target",
19021903
"--no-derive-default",
19031904
"--generate",
19041905
"function,types,vars,methods,constructors,destructors",
@@ -1918,6 +1919,7 @@ fn commandline_flag_unit_test_function() {
19181919

19191920
let command_line_flags = bindings.command_line_flags();
19201921
let test_cases = vec![
1922+
"--rust-target",
19211923
"input_header",
19221924
"--no-derive-default",
19231925
"--generate",

0 commit comments

Comments
 (0)