From 806ed972a66cb35810bca70bd4560a9f64fda6f1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 31 Aug 2016 14:59:54 +0200 Subject: add testsuite --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 125996e..72a72ae 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,12 @@ LIST = csh.cshrc csh.login gshadow group host.conf hosts.allow hosts.deny input motd passwd printcap protocols securetty services shadow shells profile \ filesystems fstab resolv.conf hosts +check: + @echo Sanity checking selected files.... + bash -n profile + tcsh -f csh.cshrc + tcsh -f csh.login + ./serviceslint ./services clean: rm -f *~ \#*\# -- cgit v1.2.1