Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Oct 6, 2023
1 parent 716b0f1 commit 3ea69bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@

DOCKER_COMPOSE?=docker-compose
all: build test

build:
@dune build @all

test:
@docker-compose up -d
@$(DOCKER_COMPOSE) up -d
@(dune runtest --force --no-buffer; EXIT_CODE="$$?"; docker-compose down; exit $$EXIT_CODE)

clean:
Expand Down

0 comments on commit 3ea69bf

Please sign in to comment.