Skip to content

Commit ec01851

Browse files
committed
tests: fix makefile
1 parent be3d49a commit ec01851

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tests/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@ TESTS = $(dir $(wildcard */test.sh))
22

33
.PHONY: test test-debug build-debug
44

5+
all: test
6+
57
test-debug: export LAZE=$(CURDIR)/../../target/debug/laze
68
test-debug: test build-debug
79

810
ifneq (, $(filter test-debug, $(MAKECMDGOALS)))
911
TEST_DEPS += build-debug
1012
endif
1113

12-
1314
build-debug:
1415
cargo build
1516

0 commit comments

Comments
 (0)