diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-04-12 11:05:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-04-12 11:05:05 +0100 |
commit | ac7eaa69bf7327b1321a8b87179fc6faa8ce78e7 (patch) | |
tree | 47e91ac5f595adb7d35eab4d58e8f3c6513f10d5 /lotuswordpro/prj | |
parent | 6e2df897efe2f4122869b35af16b9bf1487e38e4 (diff) |
enable cppunit regression test
after double-checking on windows, this seems to work universally,
so enable it now
Diffstat (limited to 'lotuswordpro/prj')
-rw-r--r-- | lotuswordpro/prj/build.lst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lotuswordpro/prj/build.lst b/lotuswordpro/prj/build.lst index 4eefa643c395..68b18e81df99 100644 --- a/lotuswordpro/prj/build.lst +++ b/lotuswordpro/prj/build.lst @@ -3,3 +3,4 @@ wp lotuswordpro usr1 - all lwp_mkout NULL wp lotuswordpro\source\filter nmake - all lwp_filter NULL wp lotuswordpro\source\filter\xfilter nmake - all lwp_xfilter NULL wp lotuswordpro\util nmake - all lwp_util lwp_filter lwp_xfilter NULL +wp lotuswordpro\qa\cppunit nmake - all lwp_qa_cppunit lwp_util NULL |