From 3532aba190ca6bad047ad487d73dc453c6b192a1 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 29 Jul 2009 15:57:54 -0400 Subject: Add some simple regression tests for ipcalc Adapted from tests from Matej Susta . --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 0577adcd..248855b2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -12,6 +12,9 @@ mandir=/usr/share/man all: $(PROGS) +check: all + ./ipcalc-tests + clean: rm -f $(PROGS) *.o -- cgit v1.2.1