Skip to content

Commit 2732132

Browse files
AMDmi3jarun
authored andcommitted
Provide minimal test target (#27)
This at least checks that all imports are satisfied
1 parent 53b7d75 commit 2732132

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ uninstall:
2222
rm -f $(DESTDIR)$(MANDIR)/ddgr.1.gz
2323
rm -rf $(DESTDIR)$(DOCDIR)
2424

25-
test: ;
25+
test:
26+
./ddgr --help

0 commit comments

Comments
 (0)