summaryrefslogtreecommitdiff
path: root/tools/CppunitTest_tools_test.mk
AgeCommit message (Collapse)Author
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-02-23merge cppunit test dirs togetherCaolán McNamara
drop archaic makefile.mks and export.maps and use consistent naming
2012-02-23convert workben inetmimetest to cppunit testCaolán McNamara
2011-11-27remove pch from the include listNorbert Thiebaud
2011-10-01Added cmis+atom:// scheme to the tools urlobj.Cédric Bosdonnat
Found out a unexecuted cppunit test for the urlobj, fixed it and added a test for the cmis+atom:// URLs
2011-09-02add a way to better construct an OString of len X from a SvStreamCaolán McNamara
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-26Fix Windows buildTor Lillqvist
2011-07-25add a good(), eof(), bad() and a test case to demonstrateCaolán McNamara
2011-07-25add the legacy windows-only path utils testCaolán McNamara
2011-07-25add .mkCaolán McNamara