Skip to content

Commit

Permalink
Add simple check target
Browse files Browse the repository at this point in the history
  • Loading branch information
job committed May 1, 2024
1 parent 36a54c9 commit 26b0827
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ MAINTAINERCLEANFILES=configure aclocal.m4 compile \

maintainer-clean-local:
-rm -rf m4 autom4te.cache

check:
bgpq4 -v
@echo
bgpq4 -6 AS15562:AS-SNIJDERS | grep 2001:67c:208c::

1 comment on commit 26b0827

@robert-scheck
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it should be ./bgpq4 instead of bgpq4, because $PWD isn't on $PATH by default?

Please sign in to comment.