Skip to content

Commit

Permalink
Use branch of quickcheck that uses the new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Aug 30, 2023
1 parent 87e765a commit 1cc8fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ all: test

deps/quickcheck:
@mkdir -p deps/
@git clone --branch v0.6.3 --depth 1 https://github.com/anoma/juvix-quickcheck.git deps/quickcheck
@git clone --branch update-for-0.5.0 --depth 1 https://github.com/anoma/juvix-quickcheck.git deps/quickcheck
$(MAKE) -C deps/quickcheck deps

build/Test: $(shell find ../ -name "*.juvix") $(wildcard deps/**/*.juvix) Test.juvix deps/quickcheck
Expand Down

0 comments on commit 1cc8fa6

Please sign in to comment.