Skip to content

Commit

Permalink
adapt ASN.1 test to new F* OCaml library layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Mar 28, 2023
1 parent 9f77c0d commit 8385596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ASN1/ocaml/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export OCAMLPATH += $(FSTAR_HOME)/bin
export OCAMLPATH += $(FSTAR_HOME)/lib

all:
dune build
Expand Down
2 changes: 1 addition & 1 deletion src/ASN1/ocaml/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(name ASN1_Parser)
(libraries
batteries
fstarlib
fstar.lib
process
yojson
ppx_deriving_yojson.runtime
Expand Down

0 comments on commit 8385596

Please sign in to comment.