Skip to content

Commit b4a193a

Browse files
committed
test: Fix Makefile
1 parent a07e045 commit b4a193a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ tests := $(wildcard test/*.nix)
22

33
test: $(tests)
44

5-
test/%.nix: .FORCE
5+
test/test-%.nix: .FORCE
66
nix-instantiate --eval --strict --json $@ | jq
77

88
.PHONY: test

0 commit comments

Comments
 (0)