summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_filters_test.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan1-2/+2
2012-03-01embeddedobj: convert to gbuildMatúš Kukan1-4/+1
2012-02-21More clever way to filter out component files for libs not builtTor Lillqvist1-4/+2
I.e. BASIC stuff for iOS and database connectivity stuff when using --disable-database-connectivity. All of this quite experimental so far, using the latter will break your build.
2012-02-21Filter out stuff not built for iOSTor Lillqvist1-2/+4
2012-02-15Special-case files in /assets on AndroidTor Lillqvist1-0/+3
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan1-1/+0
2012-01-15these are not old component files anymoreMatúš Kukan1-3/+3
2012-01-12Missing component dependency.Stephan Bergmann1-0/+1
2011-12-19Tests apparently depend on localedata_en library.Stephan Bergmann1-1/+4
More tests might be affected. Also unclear to me whether it is always (only) localedata_en, or whether it could also be _es/_euro/_others.
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann1-1/+1
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-7/+4
2011-11-30split sc's filters-test into in-build and subsequent testsMarkus Mohrhard1-14/+0
only testContent and the ods range name test remain in-build, everything else is now a subsequenttest if needed the subsequent_filters-test can be moved to an in-build test in Module_sc.mk
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0
2011-11-22Include xmlsec component only when we are building with xmlsec.Jan Holesovsky1-2/+2
2011-11-18basic component is no longer needed in filters-testMarkus Mohrhard1-1/+0
2011-11-18and another missing component for xlsMarkus Mohrhard1-0/+1
2011-11-18add component files so that we can import all ods, xls, xlsx in testsMarkus Mohrhard1-0/+7
2011-11-11Make .component files directly usable within UNO_SERVICES.Stephan Bergmann1-2/+43
* solenv/bin/createcomponent.xslt simply surrounds it output by <components>. * solenv/gbuild/CppunitTest.mk got new functions gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors). * This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not work currently, as it catenates the input component files instead of passing them through packcomponents.xslt (which now takes care about the surrounding <components> in the input). In the future, it will likely be combined with the recently added solenv/gbuild/ComponentsTarget.mk.
2011-11-04remove some unneeded dependenciesMarkus Mohrhard1-4/+0
they are no longer used because we separated macros_test and filters-test
2011-10-31Cleaned up configmgr initialization.Stephan Bergmann1-1/+2
Added CONFIGURATION_LAYERS bootstrap variable. Removed OOO_CONFIG_REGISTRY[_EXTRA]_DIR bootstrap variables.
2011-10-22execute filters-test in headless modeMarkus Mohrhard1-0/+1
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara1-2/+3
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl1-0/+1
move convertNumber64 from SvXMLUnitConverter to sax::converter. remove duplicate methods from SvXMLUnitConverter: convertBool, convertPercent, convertColor, convertNumber, convertDouble, indexOfComma, encodeBase64, decodeBase64, decodeBase64SomeChars, clearUndefinedChars
2011-10-05add initial work for vba tests in calc( work in progress)Markus Mohrhard1-0/+2
this does not work yet, it still does not load the vba code correctly and therefore can't find the vba library
2011-10-04adapt sc unittests to separate RdbTarget makefile requirement, also rename ↵Bjoern Michaelsen1-0/+106
sc_test_filters consistent to sc_filters_test