Skip to content

Commit

Permalink
Add failing test for ocaml#1720
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Jan 2, 2019
1 parent 19cdb39 commit 3929d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ let () =
; "CONFIGURATOR_TESTING", C_define.Type.String
; "NEGATIVE_INT", C_define.Type.Int
; "ZERO", C_define.Type.Int
; "sizeof(char)", C_define.Type.Int
]
|> List.iter (fun (n, v) ->
Printf.printf "%s=%s\n"
Expand Down
1 change: 1 addition & 0 deletions test/blackbox-tests/test-cases/configurator/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ Importing #define's from code is successful
CONFIGURATOR_TESTING=foobar
NEGATIVE_INT=-345
ZERO=0
sizeof(char)=1

0 comments on commit 3929d0b

Please sign in to comment.