diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2016-12-17 08:58:42 +0100 |
---|---|---|
committer | Matúš Kukan <matus@libreoffice.org> | 2016-12-23 10:19:18 +0000 |
commit | 8e743e46781b252f41227d809dec43d3c4c1d01f (patch) | |
tree | 85884ceb607e506a372d49ab515b025319a9ef81 /sal/qa/osl/profile | |
parent | dbc3cfb011f3bbbc0d95acc362dc7aa5bca6e831 (diff) |
tdf#97283: Merge sal osl tests to one makefile
Leave sal_osl_security alone because
it does not use CPPUNIT_PLUGIN_IMPLEMENT.
Change-Id: Iced8bb80c3ae661d371c087d7178a373ffd802e0
Reviewed-on: https://gerrit.libreoffice.org/32142
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Matúš Kukan <matus@libreoffice.org>
Diffstat (limited to 'sal/qa/osl/profile')
-rw-r--r-- | sal/qa/osl/profile/osl_old_testprofile.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/qa/osl/profile/osl_old_testprofile.cxx b/sal/qa/osl/profile/osl_old_testprofile.cxx index 903851b3ec8d..54d0430182f4 100644 --- a/sal/qa/osl/profile/osl_old_testprofile.cxx +++ b/sal/qa/osl/profile/osl_old_testprofile.cxx @@ -59,6 +59,4 @@ void oldtests::test_profile() CPPUNIT_TEST_SUITE_REGISTRATION( osl_Profile::oldtests ); -CPPUNIT_PLUGIN_IMPLEMENT(); - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |