Blob Blame History Raw
--- test/Makefile.in~	2011-07-15 11:57:14.000000000 -0500
+++ test/Makefile.in	2012-03-21 12:37:46.862337754 -0500
@@ -39,7 +39,7 @@
 TESTS = fixed$(EXEEXT) clock$(EXEEXT) handle$(EXEEXT) angle$(EXEEXT) \
 	random$(EXEEXT) hermite$(EXEEXT) stringf$(EXEEXT) pen$(EXEEXT) \
 	surface$(EXEEXT) smart_ptr$(EXEEXT) benchmark$(EXEEXT) \
-	spline$(EXEEXT) value$(EXEEXT)
+#	spline$(EXEEXT) value$(EXEEXT)
 check_PROGRAMS = fixed$(EXEEXT) handle$(EXEEXT) clock$(EXEEXT) \
 	angle$(EXEEXT) random$(EXEEXT) hermite$(EXEEXT) \
 	stringf$(EXEEXT) pen$(EXEEXT) surface$(EXEEXT) \
--- test/Makefile.am~	2011-07-15 11:44:58.000000000 -0500
+++ test/Makefile.am	2012-03-21 12:40:20.865432685 -0500
@@ -24,8 +24,8 @@
 	surface \
 	smart_ptr \
 	benchmark \
-	spline \
-	value
+#	spline \
+#	value
 
 check_PROGRAMS = \
 	fixed \