diff options
| author | Greg Ercolano <erco@seriss.com> | 2013-03-08 20:37:00 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2013-03-08 20:37:00 +0000 |
| commit | 4a2e8fa883873a298d1fb294067927dd54b51c62 (patch) | |
| tree | c4be088439506623872dd98b2e0a0b56617f3fea /test/Makefile | |
| parent | 97916ba84a35a4a8eb04d194d6e9d04490eba3f2 (diff) | |
Added schemes test to unittests app, to check fltk schemes for artifacts.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9834 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 7bf479601..5e6441bc7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -274,8 +274,9 @@ $(ALL): $(LIBNAME) # General demos... unittests$(EXEEXT): unittests.o -unittests.cxx: unittest_about.cxx unittest_points.cxx unittest_lines.cxx unittest_circles.cxx \ - unittest_rects.cxx unittest_text.cxx unittest_viewport.cxx unittest_images.cxx +unittests.o: unittests.cxx unittest_about.cxx unittest_points.cxx unittest_lines.cxx unittest_circles.cxx \ + unittest_rects.cxx unittest_text.cxx unittest_viewport.cxx unittest_images.cxx \ + unittest_schemes.cxx adjuster$(EXEEXT): adjuster.o |
