changeset 48:91aa7e24978f

Makefile (check): New target.
author Mark Wielaard <mark@klomp.org>
date Sun, 05 Sep 2010 22:58:46 +0200
parents 562b5c22a653
children 0a3728c280a2
files ChangeLog Makefile
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Aug 12 09:17:49 2010 -0400
+++ b/ChangeLog	Sun Sep 05 22:58:46 2010 +0200
@@ -1,3 +1,7 @@
+2010-09-03  Mark Wielaard  <mark@klomp.org>
+
+	*  Makefile (check): New target.
+
 2010-8-5  Jiri Vanek <jvanek@redhat.com>
 
 	*  Just editations in current files, playying with mercurial.
--- a/Makefile	Thu Aug 12 09:17:49 2010 -0400
+++ b/Makefile	Sun Sep 05 22:58:46 2010 +0200
@@ -9,3 +9,7 @@
 clean:
 	rm -f *.class
 	rm -f helloworld
+
+check: helloworld
+	echo "Testing helloworld runs and exits with no error"
+	./helloworld