diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-28 11:33:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-28 11:33:10 +0100 |
commit | 061b541e779c44e0345ad88138cf3a72e96e2e86 (patch) | |
tree | f38b91e69ab5d5b7326e119c2422c07fbdfed2d5 /solenv | |
parent | 328d26a17b9ea3243ed0ae96384acc08d7fea0c0 (diff) |
Add back tests that got lost
...with 198c41c4fe8be4ce8a6ddab43ae0c5f17a4889ac "new loplugin unoany"
Change-Id: Ia4e59356ad8ef3af899209a287ac5326e1389c5e
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/CompilerTest_compilerplugins_clang.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/solenv/CompilerTest_compilerplugins_clang.mk b/solenv/CompilerTest_compilerplugins_clang.mk index 212405b410bd..c0d3dcf08192 100644 --- a/solenv/CompilerTest_compilerplugins_clang.mk +++ b/solenv/CompilerTest_compilerplugins_clang.mk @@ -10,7 +10,19 @@ $(eval $(call gb_CompilerTest_CompilerTest,compilerplugins_clang)) $(eval $(call gb_CompilerTest_add_exception_objects,compilerplugins_clang, \ + compilerplugins/clang/test/datamembershadow \ + compilerplugins/clang/test/externvar \ + compilerplugins/clang/test/finalprotected \ + compilerplugins/clang/test/passstuffbyref \ + compilerplugins/clang/test/oslendian-1 \ + compilerplugins/clang/test/oslendian-2 \ + compilerplugins/clang/test/oslendian-3 \ + compilerplugins/clang/test/redundantcast \ + compilerplugins/clang/test/salbool \ + compilerplugins/clang/test/stringconstant \ + compilerplugins/clang/test/unnecessaryoverride-dtor \ compilerplugins/clang/test/unoany \ + compilerplugins/clang/test/vclwidgets \ )) $(eval $(call gb_CompilerTest_use_udk_api,compilerplugins_clang)) |