diff options
author | Wilhelm Pflueger <Wilhelm.Pflueger@web.de> | 2011-02-20 01:57:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-22 12:48:27 +0000 |
commit | c6d9c4fe83c98bf9d5ce7cb2a192316302f13e7c (patch) | |
tree | a33ffe024bda5aea835b440b3ae4675d9344e839 /sal/prj | |
parent | 84999a62ff2e240f4e44184d83e147d42e645b6c (diff) |
EasyHacks: Re-animate tests in sal/qa/osl
Some tests in osl_process are not running:
a) the batch file for the batch test is not copied to the
execution path
b) osl_execProc_exe_name_in_argument_list() throws an assertion.
Diffstat (limited to 'sal/prj')
-rw-r--r-- | sal/prj/build.lst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sal/prj/build.lst b/sal/prj/build.lst index 1b38581385f7..40e5e5c78113 100644 --- a/sal/prj/build.lst +++ b/sal/prj/build.lst @@ -1,4 +1,4 @@ -sa sal : xml2cmp external BOOST:boost CPPUNIT:cppunit NULL +sa sal : xml2cmp external BOOST:boost CPPUNIT:cppunit NULL sa sal usr1 - all sa_mkout NULL sa sal\inc nmake - all sa_inc NULL sa sal\typesconfig nmake - u sa_tc sa_inc NULL @@ -21,5 +21,7 @@ sa sal\qa\osl\profile nmake - all sa_qa_osl_profile sa_cppunittester sa_util NUL sa sal\qa\osl\file nmake - u sa_qa_osl_file sa_cppunittester sa_util NULL sa sal\qa\osl\module nmake - u sa_qa_osl_module sa_cppunittester sa_util NULL sa sal\qa\osl\condition nmake - all sa_qa_osl_condition sa_cppunittester sa_util NULL +sa sal\qa\osl\security nmake - all sa_qa_osl_security sa_cppunittester sa_util NULL +sa sal\qa\osl\process nmake - all sa_qa_osl_process sa_cppunittester sa_util NULL sa sal\qa\rtl\strings nmake - all sa_qa_rt_strings sa_cppunittester sa_util NULL sa sal\qa\rtl\oustringbuffer nmake - all sa_qa_rt_oustringbuffer sa_cppunittester sa_util NULL |