mirror of
https://github.com/kevinnlsamuel/stdouterr.git
synced 2025-12-06 09:55:58 +05:30
feat (make): add targets for tests
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,4 +1,4 @@
|
|||||||
.PHONY: all builddir configure compile clean
|
.PHONY: all builddir configure compile clean test
|
||||||
build: prebuild configure compile
|
build: prebuild configure compile
|
||||||
|
|
||||||
INSTALL = install
|
INSTALL = install
|
||||||
@@ -36,3 +36,8 @@ install: preinstall
|
|||||||
uninstall:
|
uninstall:
|
||||||
rm ${bindir}${BIN}
|
rm ${bindir}${BIN}
|
||||||
rm ${mandir}${MAN}
|
rm ${mandir}${MAN}
|
||||||
|
|
||||||
|
test:
|
||||||
|
test/default.sh
|
||||||
|
test-run:
|
||||||
|
test/stdouterr
|
||||||
|
|||||||
Reference in New Issue
Block a user