Skip to content

Commit 43b9a89

Browse files
authored
tests: add shellflags (#7)
1 parent 88288ac commit 43b9a89

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
SHELL := bash
2+
.SHELLFLAGS := -eu -o pipefail -c
3+
MAKEFLAGS += --warn-undefined-variables
4+
15
.DEFAULT_GOAL := test
26

37
.PHONY: test

0 commit comments

Comments
 (0)