From c29b4b5e16e87199846a0f97bc3bd2d80b6c0c07 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 26 Aug 2004 22:24:24 +0000 Subject: FLTK1.1 Quartz support: - added a 'test/unittests' which wil check for identical drawing on all platforms. This was desperatly needed to fix tremendous problems in getting the Quartz drawing routines right - disabled anti-aliasing for functions that draw straight lines at integer coordinates git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3788 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 8e85bd3b2..3c7d74bb4 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,5 +1,5 @@ # -# "$Id: Makefile,v 1.19.2.7.2.41 2004/04/11 04:39:00 easysw Exp $" +# "$Id: Makefile,v 1.19.2.7.2.42 2004/08/26 22:24:24 matthiaswm Exp $" # # Test/example program makefile for the Fast Light Tool Kit (FLTK). # @@ -26,6 +26,7 @@ include ../makeinclude CPPFILES =\ + unittests.cxx \ adjuster.cxx \ arc.cxx \ ask.cxx \ @@ -89,6 +90,7 @@ CPPFILES =\ valuators.cxx ALL = \ + unittests$(EXEEXT) \ adjuster$(EXEEXT) \ arc$(EXEEXT) \ ask$(EXEEXT) \ @@ -181,6 +183,8 @@ uninstall: $(ALL): ../lib/$(LIBNAME) # General demos... +unittests$(EXEEXT): unittests.o + adjuster$(EXEEXT): adjuster.o arc$(EXEEXT): arc.o @@ -372,5 +376,5 @@ shape$(EXEEXT): shape.o # -# End of "$Id: Makefile,v 1.19.2.7.2.41 2004/04/11 04:39:00 easysw Exp $". +# End of "$Id: Makefile,v 1.19.2.7.2.42 2004/08/26 22:24:24 matthiaswm Exp $". # -- cgit v1.2.3