Skip to content

Commit

Permalink
adds the posix.h testing artifact (#24)
Browse files Browse the repository at this point in the history
* adds the posix.h testing artifact

also updates the opam packages

* removes dune depedencies

they are added automatically from the dune project lang stanza
  • Loading branch information
ivg authored May 13, 2021
1 parent 98fb4f1 commit fd8c79c
Show file tree
Hide file tree
Showing 8 changed files with 4,317 additions and 22 deletions.
2 changes: 1 addition & 1 deletion FrontC.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: ["FrontC" "C" "parser" "XML"]
homepage: "https://github.com/BinaryAnalysisPlatform/FrontC"
bug-reports: "https://github.com/BinaryAnalysisPlatform/FrontC/issues"
depends: [
"dune" {>= "2.8" & >= "2.8"}
"dune" {>= "2.7"}
"menhir"
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion calipso.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags: ["FrontC" "C" "analysis"]
homepage: "https://github.com/BinaryAnalysisPlatform/FrontC"
bug-reports: "https://github.com/BinaryAnalysisPlatform/FrontC/issues"
depends: [
"dune" {>= "2.8"}
"dune" {>= "2.7"}
"FrontC" {>= "4.0.0"}
"odoc" {with-doc}
]
Expand Down
2 changes: 1 addition & 1 deletion ctoxml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: ["FrontC" "C" "parser" "XML"]
homepage: "https://github.com/BinaryAnalysisPlatform/FrontC"
bug-reports: "https://github.com/BinaryAnalysisPlatform/FrontC/issues"
depends: [
"dune" {>= "2.8"}
"dune" {>= "2.7"}
"FrontC" {>= "4.0.0"}
"odoc" {with-doc}
]
Expand Down
3 changes: 0 additions & 3 deletions ctoxml/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
(package ctoxml)
(libraries FrontC))

(env
(_ (binaries (./ctoxml as ctoxml))))

(cram
(deps %{bin:ctoxml}))
446 changes: 446 additions & 0 deletions ctoxml/test.t/posix.h

Large diffs are not rendered by default.

Loading

0 comments on commit fd8c79c

Please sign in to comment.