mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 05:30:36 +02:00
Add C objects linked with $L directive in %FILES to fix dosbox go32v2 tests
git-svn-id: trunk@39129 -
This commit is contained in:
parent
2a598c851f
commit
48f06bef12
@ -1,3 +1,4 @@
|
||||
{ %FILES=ctest.o }
|
||||
{****************************************************************}
|
||||
{ CODE GENERATOR TEST PROGRAM }
|
||||
{****************************************************************}
|
||||
|
@ -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,3 +1,4 @@
|
||||
{ %FILES=tcext4.o }
|
||||
{ Tests passing of byte arrays by value of different sizes to C methods }
|
||||
program passvaluestest;
|
||||
{$MODE DELPHI}
|
||||
|
@ -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,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,3 +1,4 @@
|
||||
{ %FILES=cpptcl1.o }
|
||||
{%TARGET=linux,darwin,go32v2}
|
||||
{ Test the C++ name mangling for different parameter combinations }
|
||||
program tcppclass1;
|
||||
|
@ -1,3 +1,4 @@
|
||||
{ %FILES=cpptcl2.o }
|
||||
{ Test the C++ class renaming }
|
||||
program tcppcl2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user