summaryrefslogtreecommitdiffstats
path: root/sccomp/CppunitTest_sccomp_lpsolver.mk
Commit message (Collapse)AuthorAgeFilesLines
* DeInitVCL at end of testsStephan Bergmann2014-06-041-0/+1
| | | | | | | | | | | | | | | | | | | | | This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
* sccomp_lpsolver does not need to link against scMatúš Kukan2014-04-031-1/+0
| | | | Change-Id: I47a758fbcfcefc2bdd1cdbb89ef219a7ebb2af47
* sccomp: Add very simple unit test for lp solvers.Matúš Kukan2014-04-021-0/+50
Change-Id: I359737ad57decf2b1988afbceab85645fbbf1f33