diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2004-08-26 22:24:24 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2004-08-26 22:24:24 +0000 |
| commit | c29b4b5e16e87199846a0f97bc3bd2d80b6c0c07 (patch) | |
| tree | 921e93044d419a6efe403a644ad771a5663efd93 /test/Makefile | |
| parent | 157bf815062e52baef3efc27d8e5d80bbc0cd093 (diff) | |
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
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
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 $". # |
