dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.526,1.527 Makefile.am,1.


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib ChangeLog,1.526,1.527 Makefile.am,1.9,1.10 configure.in,1.46,1.47
Date: Sat, 07 Dec 2002 21:12:09 -0500

Update of /cvsroot/dotgnu-pnet/pnetlib
In directory subversions:/tmp/cvs-serv23306

Modified Files:
        ChangeLog Makefile.am configure.in 
Log Message:


Copy "csunit" back into pnetlib so that we can eventually remove
all C# code from "pnet".


Index: ChangeLog
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/ChangeLog,v
retrieving revision 1.526
retrieving revision 1.527
diff -C2 -r1.526 -r1.527
*** ChangeLog   7 Dec 2002 10:47:26 -0000       1.526
--- ChangeLog   8 Dec 2002 02:12:07 -0000       1.527
***************
*** 1,2 ****
--- 1,17 ----
+ 
+ 2002-12-08  Rhys Weatherley  <address@hidden>
+ 
+       * Makefile.am, configure.in, csunit/Makefile.am,
+       csunit/NUnitEmulation.cs, csunit/README, csunit/Test.cs,
+       csunit/TestArray.cs, csunit/TestAssertFailed.cs, csunit/TestCase.cs,
+       csunit/TestException.cs, csunit/TestFailure.cs, csunit/TestMain.cs,
+       csunit/TestResult.cs, csunit/TestStop.cs, csunit/TestSuite.cs,
+       csunit/TestVersion.cs.in, csunit/TestWriterResult.cs,
+       csunit/csunit-run.sh, csunit/csunit.build, tests/System/Makefile.am,
+       tests/System/TestSystem.build, tests/System.Xml/Makefile.am,
+       tests/runtime/Makefile.am, tests/runtime/Testruntime.build:
+       copy "csunit" back into pnetlib so that we can eventually remove
+       all C# code from "pnet".
+ 
  2002-12-07  Nguyen, Thong  <address@hidden>
  

Index: Makefile.am
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Makefile.am 17 Sep 2002 22:40:25 -0000      1.9
--- Makefile.am 8 Dec 2002 02:12:07 -0000       1.10
***************
*** 1 ****
! SUBDIRS = tools resources runtime I18N System System.Xml tests
--- 1 ----
! SUBDIRS = tools resources runtime I18N System System.Xml csunit tests

Index: configure.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/configure.in,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** configure.in        23 Nov 2002 19:31:27 -0000      1.46
--- configure.in        8 Dec 2002 02:12:07 -0000       1.47
***************
*** 15,20 ****
  AC_SUBST(ILRUN_FLAGS)
  AC_SUBST(ILFIND)
- AC_SUBST(CSUNIT)
- AC_SUBST(CSTEST_LIBRARY)
  AC_SUBST(PNET_PATH)
  
--- 15,18 ----
***************
*** 154,160 ****
        ILRUN_FLAGS=""
  fi
- if test -f "$PNET_PATH/csunit/csunit.dll" ; then
-       ILRUN_FLAGS="$ILRUN_FLAGS -L$PNET_PATH/csunit"
- fi
  
  dnl Find the Portable.NET ilfind program.
--- 152,155 ----
***************
*** 168,181 ****
  fi
  
- dnl Find the Portable.NET csunit program.
- AC_PATH_PROG(CSUNIT, csunit.exe,, $PNET_PATH/csunit:$PATH)
- if test "$CSUNIT" = "" ; then
-       echo '**************************************************************'
-       echo "Portable.NET's csunit is required to test the system."
-       echo "Use the --with-pnet option to specify Portable.NET's location."
-       echo '**************************************************************'
-       exit 1
- fi
- 
  dnl Find the Portable.NET sample httpsrv program.
  AC_PATH_PROG(HTTPSRV, httpsrv.exe,, $PNET_PATH/samples:$PATH)
--- 163,166 ----
***************
*** 188,213 ****
  fi
  
- dnl Find the cstest.dll file, for linking test suites.
- AC_MSG_CHECKING(for cstest.dll)
- if test -f "$PNET_PATH/csunit/cstest.dll" ; then
-       CSTEST_LIBRARY="$PNET_PATH/csunit/cstest.dll"
- else
-       CSTEST_LIBRARY=""
-       for dir in "${prefix}" /usr/local /opt/local /usr ; do
-               if test -f "${dir}/lib/cscc/lib/cstest.dll" ; then
-                       CSTEST_LIBRARY="${dir}/lib/cscc/lib/cstest.dll"
-                       break
-               fi
-       done
-       if test -z "$CSTEST_LIBRARY" ; then
-               echo 
'**************************************************************'
-               echo "Portable.NET's cstest.dll is required to run the test 
suite."
-               echo "Use the --with-pnet option to specify Portable.NET's 
location."
-               echo 
'**************************************************************'
-               exit 1
-       fi
- fi
- AC_MSG_RESULT($CSTEST_LIBRARY)
- 
  AC_OUTPUT([
  Makefile
--- 173,176 ----
***************
*** 217,220 ****
--- 180,185 ----
  System/Makefile
  System.Xml/Makefile
+ csunit/Makefile
+ csunit/TestVersion.cs
  tests/Makefile
  tests/System/Makefile




reply via email to

[Prev in Thread] Current Thread [Next in Thread]