diff options
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index f3214683c..f7e7333cb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -20,6 +20,7 @@ include ../makeinclude CPPFILES =\ unittests.cxx \ + animated.cxx \ adjuster.cxx \ arc.cxx \ ask.cxx \ @@ -98,6 +99,7 @@ CPPFILES =\ ALL = \ unittests$(EXEEXT) \ + animated$(EXEEXT) \ adjuster$(EXEEXT) \ arc$(EXEEXT) \ ask$(EXEEXT) \ @@ -286,6 +288,8 @@ unittests.o: unittests.cxx unittest_about.cxx unittest_points.cxx unittest_lines adjuster$(EXEEXT): adjuster.o +animated$(EXEEXT): animated.o + arc$(EXEEXT): arc.o ask$(EXEEXT): ask.o |
