From 2f246b551cca5ca7ca9187282e42650976a65cbb Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Tue, 11 Jun 2019 17:36:04 +0200 Subject: Add "make test" command for root and application directories The added make target is described in HOWTO/TESTING.md. --- lib/snmp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/snmp') diff --git a/lib/snmp/Makefile b/lib/snmp/Makefile index 879f1b05c5..34ab309cfa 100644 --- a/lib/snmp/Makefile +++ b/lib/snmp/Makefile @@ -148,4 +148,6 @@ dialyzer: $(DIA_PLT) @echo "Running dialyzer on $(APPLICATION)" @dialyzer --plt $< \ ../$(APPLICATION)/ebin \ - --verbose \ No newline at end of file + --verbose + +include $(ERL_TOP)/make/app_targets.mk -- cgit v1.2.3