Sfoglia il codice sorgente

* changing names of test files to allow traçability and automated NRT

mazen 22 anni fa
parent
commit
76cd13108c
3 ha cambiato i file con 2 aggiunte e 17 eliminazioni
  1. 0 12
      tests/sparc/sparc.pas
  2. 2 5
      tests/sparc/test0000.pas
  3. 0 0
      tests/sparc/test0001.pas

+ 0 - 12
tests/sparc/sparc.pas

@@ -1,12 +0,0 @@
-{ $Id$ }
-{$UNITPATH ../../rtl/linux}
-{$INCLUDEPATH ../../rtl/unix;../../rtl/inc;../../rtl/unix;../../rtl/sparc}
-PROGRAM SparcTest;
-BEGIN
-END.
-{
-  $Log$
-  Revision 1.5  2002-12-06 08:35:50  mazen
-  + added just to test RTL compilation
-
-}

+ 2 - 5
tests/sparc/test0000.pas

@@ -1,15 +1,12 @@
 { $Id$ }
 {$UNITPATH ../../rtl/linux}
-{$INCLUDEPATH ../../rtl/unix;../../rtl/linux;../../rtl/sparc;../../rtl/inc;../../rtl/linux/sparc}
+{$INCLUDEPATH ../../rtl/unix;../../rtl/inc;../../rtl/unix;../../rtl/sparc}
 PROGRAM SparcTest;
 BEGIN
 END.
 {
   $Log$
-  Revision 1.2  2002-08-18 21:53:17  mazen
-  * fixing include path
-
-  Revision 1.1  2003/02/05 21:54:37  mazen
+  Revision 1.1  2003-02-05 21:54:37  mazen
   * changing names of test files to allow traçability and automated NRT
 
   Revision 1.5  2002/12/06 08:35:50  mazen

+ 0 - 0
tests/sparc/test.pas → tests/sparc/test0001.pas