Code

The new CxxTest unit tests now also work on Linux! (Note that test-all
[inkscape.git] / src / Makefile_insert
index 7863225743f794c55a07d04c9c70260e6fb46a07..935abf456ecaa2bb7c497bb48df656a103d80b9c 100644 (file)
@@ -88,11 +88,12 @@ libinkpre_a_SOURCES =       \
        help.cpp help.h \
        helper-fns.h \
        icon-size.h \
+       id-clash.cpp id-clash.h \
        ige-mac-menu.h ige-mac-menu.c \
        inkscape-stock.cpp inkscape-stock.h\
        inkscape.cpp inkscape.h inkscape-private.h      \
        interface.cpp interface.h       \
-       isnan.h isinf.h \
+       isinf.h \
        isnormal.h \
        knot-enums.h    \
        knot-holder-entity.h knot-holder-entity.cpp     \
@@ -432,12 +433,12 @@ style_test_LDADD = $(all_libs)
 inkscape_version.h: ../configure.ac
        echo '#define INKSCAPE_VERSION "$(VERSION)"' > inkscape_version.h
 
-test_all_includes = \
-               $(srcdir)/attributes-test.h     \
-               $(srcdir)/color-profile-test.h  \
+test_src_includes = \
                $(srcdir)/MultiPrinter.h  \
                $(srcdir)/TRPIFormatter.h \
                $(srcdir)/PylogFormatter.h \
+               $(srcdir)/attributes-test.h     \
+               $(srcdir)/color-profile-test.h  \
                $(srcdir)/dir-util-test.h       \
                $(srcdir)/extract-uri-test.h    \
                $(srcdir)/mod360-test.h \