Skip to content

Commit

Permalink
some cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Alidra committed May 2, 2024
1 parent 12f2cc8 commit 653c64e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
make tests
- name: cheking libraries ...
run: |
eval $(opam env)
#why3 config detect
make checkLibraries
build_vscode_extension:
strategy:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ doc: bnf
bnf:
$(MAKE) -C doc -f Makefile.bnf

.PHONY: checkLibraries
.PHONY: test_libs
test_libs: lambdapi
@dune exec --only-packages lambdapi -- tests/test_libs.sh https://github.com/Deducteam/lambdapi-logics.git lambdapi-logics
@dune exec --only-packages lambdapi -- tests/test_libs.sh https://github.com/Deducteam/lambdapi-stdlib.git lambdapi-stdlib

#### Unit tests and sanity check #############################################

.PHONY: tests
tests: lambdapi test_libs
tests: lambdapi
@dune runtest
@dune exec --only-packages lambdapi -- tests/runtests.sh
@dune exec --only-packages lambdapi -- tests/dtrees.sh
Expand Down

0 comments on commit 653c64e

Please sign in to comment.