Skip to content

Commit

Permalink
fixed problem building with new binutils + presumably depricated Conf…
Browse files Browse the repository at this point in the history
…igTest functions
  • Loading branch information
bananaoomarang committed Dec 10, 2012
1 parent 113b110 commit 97c8c3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 3 additions & 0 deletions libgrive/src/bfd/SymbolInfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

#define PACKAGE "grive"
#define PACKAGE_VERSION "git"

#include "SymbolInfo.hh"
#include "Debug.hh"

Expand Down
12 changes: 5 additions & 7 deletions libgrive/test/util/ConfigTest.hh
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,14 @@ public :
ConfigTest( ) ;

CPPUNIT_TEST_SUITE( ConfigTest ) ;
CPPUNIT_TEST( TestInitialiseWithEmptyString ) ;
CPPUNIT_TEST( TestInitialiseWithString ) ;
CPPUNIT_TEST( TestInitialiseWithFileSystemPath ) ;
CPPUNIT_TEST( TestInitialiseWithPath ) ;
CPPUNIT_TEST( TestInitialiseWithNoPath ) ;
CPPUNIT_TEST_SUITE_END();

private :
void TestInitialiseWithEmptyString( );
void TestInitialiseWithString( );
void TestInitialiseWithFileSystemPath( );
} ;
void TestInitialiseWithNoPath( );
void TestInitialiseWithPath( );
};

} // end of namespace

0 comments on commit 97c8c3d

Please sign in to comment.