Commit in slic on MAIN
GNUmakefile+4-31.45 -> 1.46
remove test from standard targets; does not work if shared libs were used

slic
GNUmakefile 1.45 -> 1.46
diff -u -r1.45 -r1.46
--- GNUmakefile	9 Jun 2011 01:52:12 -0000	1.45
+++ GNUmakefile	12 Jul 2011 21:38:04 -0000	1.46
@@ -1,4 +1,4 @@
-# $Header: /cvs/lcd/slic/GNUmakefile,v 1.45 2011/06/09 01:52:12 jeremy Exp $
+# $Header: /cvs/lcd/slic/GNUmakefile,v 1.46 2011/07/12 21:38:04 jeremy Exp $
 #
 # Makefile for SLIC simulation package based on examples GNUmakefile by G. Cosmo.
 #
@@ -17,8 +17,9 @@
 # default target
 .PHONY: all version
 
-# create lib, bin, copy the lib and test that binary runs
-all: check_config lib lib_copy bin test
+# create lib, bin, copy the lib
+all: check_config lib lib_copy bin
+#test
 
 # local settings from running configure
 include $(PWD)/GNUmakefile.local
CVSspam 0.2.8