diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 15:42:25 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 15:42:25 +0000 |
commit | cfcbacfd9c60e578a6a25a6f4148e2ba58e259ba (patch) | |
tree | 0295b9ea75aa1fdcadab77bf8bd80e1ed6b886fc /testshl2 | |
parent | cd38a25040e3bd01d11a82a59dcbe099f2f13aa2 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'testshl2')
-rw-r--r-- | testshl2/prj/build.lst | 14 | ||||
-rw-r--r-- | testshl2/source/testshl.cxx | 6 |
2 files changed, 9 insertions, 11 deletions
diff --git a/testshl2/prj/build.lst b/testshl2/prj/build.lst index 11c310754a21..8022f51ff525 100644 --- a/testshl2/prj/build.lst +++ b/testshl2/prj/build.lst @@ -1,8 +1,8 @@ -ts testshl2 : sal NULL -ts testshl2 usr1 - all ts_mkout NULL -ts testshl2\source\cppunit nmake - all ts_tss NULL -ts testshl2\source\result nmake - all ts_tsr ts_tss NULL -ts testshl2\source nmake - all ts_tst ts_tsr ts_tss NULL -ts testshl2\util nmake - all ts_tstu ts_tst ts_tsr ts_tss NULL -ts testshl2\inc get - all ts_tsti NULL +t2 testshl2 : sal NULL +t2 testshl2 usr1 - all t2_mkout NULL +t2 testshl2\source\cppunit nmake - all t2_tss NULL +t2 testshl2\source\result nmake - all t2_tsr t2_tss NULL +t2 testshl2\source nmake - all t2_tst t2_tsr t2_tss NULL +t2 testshl2\util nmake - all t2_tstu t2_tst t2_tsr t2_tss NULL +t2 testshl2\inc get - all t2_tsti NULL diff --git a/testshl2/source/testshl.cxx b/testshl2/source/testshl.cxx index 231ef72654c1..4b94ef9db297 100644 --- a/testshl2/source/testshl.cxx +++ b/testshl2/source/testshl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: testshl.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: lla $ $Date: 2003-03-05 08:44:06 $ + * last change: $Author: hr $ $Date: 2003-03-27 16:42:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -165,8 +165,6 @@ int _cdecl main( int argc, char* argv[] ) "-onlyerrors, shows only the failed test functions", /* "-tc=s@, name(s) of testcase(s) to generate", */ "-sf=s, absolute path and name to the signal file.", -//! new (helpful if at debug time) - "-dntsf, if given, do not touch signal file, also if one exist.", "-jobonly=s, job control file, these jobs should only executed.", "-jobfilter=s, use a filter for just some tests.", "-onlyshowjobs, show only all jobs, do no tests.", |