diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-21 11:39:07 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-21 17:01:15 +0000 |
commit | 22815db58f554cd64ec3a625b81175bf5d93f91c (patch) | |
tree | 802d0cc52e55cfa935527511a05d86c2407250ea /sal/Module_sal.mk | |
parent | 90bcb4b51918b26e840dc5102d2997fb48ee4341 (diff) |
sal: only allowed one unit-test per gnumakefile, so separate these
Diffstat (limited to 'sal/Module_sal.mk')
-rw-r--r-- | sal/Module_sal.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/Module_sal.mk b/sal/Module_sal.mk index 92950acefbaf..6d7d2c6d0890 100644 --- a/sal/Module_sal.mk +++ b/sal/Module_sal.mk @@ -48,6 +48,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\ CppunitTest_sal_osl_file \ CppunitTest_sal_osl_module \ CppunitTest_sal_osl_mutex \ + CppunitTest_sal_osl_old_test_file \ CppunitTest_sal_osl_process \ CppunitTest_sal_osl_profile \ CppunitTest_sal_osl_security \ @@ -61,6 +62,7 @@ $(eval $(call gb_Module_add_check_targets,sal,\ CppunitTest_sal_rtl_ostringbuffer \ CppunitTest_sal_rtl_oustringbuffer \ CppunitTest_sal_rtl_strings \ + CppunitTest_sal_tcwf \ CppunitTest_sal_types \ )) |