Bladeren bron

Add C objects linked with $L directive in %FILES to fix dosbox go32v2 tests

git-svn-id: trunk@39129 -
pierre 7 jaren geleden
bovenliggende
commit
48f06bef12

+ 1 - 0
tests/test/cg/tcalext.pp

@@ -1,3 +1,4 @@
+{ %FILES=ctest.o }
 {****************************************************************}
 {  CODE GENERATOR TEST PROGRAM                                   }
 {****************************************************************}

+ 1 - 0
tests/test/cg/tcalext3.pp

@@ -1,3 +1,4 @@
+{ %FILES=tcext3.o }
 { Tests passing of different records by value to C methods.
  One type of these records has one field which is a simple array of bytes,
  the other consists of a few fields of atomic size.

+ 1 - 0
tests/test/cg/tcalext4.pp

@@ -1,3 +1,4 @@
+{ %FILES=tcext4.o }
 { Tests passing of byte arrays by value of different sizes to C methods }
 program passvaluestest;
 {$MODE DELPHI}

+ 1 - 0
tests/test/cg/tcalext5.pp

@@ -1,3 +1,4 @@
+{ %FILES=tcext5.o }
 { Tests passing of different records by value to C methods.
  One type of these records has one field which is a simple array of bytes,
  the other consists of a few fields of atomic size.

+ 1 - 0
tests/test/cg/tcalext6.pp

@@ -1,3 +1,4 @@
+{ %FILES=tcext6.o }
 { Tests passing of different records by value to C methods.
  One type of these records has one field which is a simple array of bytes,
  the other consists of a few fields of atomic size.

+ 1 - 0
tests/test/cg/tcppcl1.pp

@@ -1,3 +1,4 @@
+{ %FILES=cpptcl1.o }
 {%TARGET=linux,darwin,go32v2}
 { Test the C++ name mangling for different parameter combinations }
 program tcppclass1;

+ 1 - 0
tests/test/cg/tcppcl2.pp

@@ -1,3 +1,4 @@
+{ %FILES=cpptcl2.o }
 { Test the C++ class renaming }
 program tcppcl2;