Changeset 912 for trunk/build-mingw


Ignore:
Timestamp:
Sep 7, 2011, 7:17:07 PM (12 years ago)
Author:
sam
Message:

test: replace CppUnit with our LolUnit test suite.

CppUnit is really too large for our needs, would require to be precompiled
for many platforms, in all combinations of debug and release modes, with
additional variants for libstdc++ versions. We replace it with our own
lightweight implementation, LolUnit. Good riddance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build-mingw

    r876 r912  
    1111
    1212M4PATH="$M4PATH:./contrib/gtk-2.22.1/share/aclocal"
    13 M4PATH="$M4PATH:./contrib/cppunit-1.12.2/share/aclocal"
    1413export M4PATH # This looks necessary
    1514
    1615PKG_CONFIG_PATH="$PKG_CONFIG_PATH:`pwd`/contrib/gtkglarea-2.0.1/lib/pkgconfig"
    17 PKG_CONFIG_PATH="$PKG_CONFIG_PATH:`pwd`/contrib/cppunit-1.12.2/lib/pkgconfig"
    1816export PKG_CONFIG_PATH # This looks necessary, too
    1917
     
    3735CPPFLAGS="$CPPFLAGS -I`pwd`/contrib/gtkglarea-2.0.1/include"
    3836
    39 # CppUnit include path
    40 CPPFLAGS="$CPPFLAGS -I`pwd`/contrib/cppunit-1.12.2/include"
    41 
    4237# SDL library path
    4338LDFLAGS="$LDFLAGS -L`pwd`/contrib/sdl-1.2.14/lib"
     
    5247LDFLAGS="$LDFLAGS -L`pwd`/contrib/gtk-2.22.1/bin"
    5348LDFLAGS="$LDFLAGS -L`pwd`/contrib/gtkglarea-2.0.1/lib"
    54 
    55 # CppUnit library path
    56 LDFLAGS="$LDFLAGS -L`pwd`/contrib/cppunit-1.12.2/lib"
    5749
    5850# Prevent issues with GTK+ internals
Note: See TracChangeset for help on using the changeset viewer.