summaryrefslogtreecommitdiff
path: root/tests/Makefile.fpc
Commit message (Expand)AuthorAgeFilesLines
* Use TEST_USE_LONGLOG by default, but check TEST_DISABLE_LONGLOG before setti...pierre2020-02-041-0/+5
* * subroutines working with an OS dependend time stamp use an int64 now, so ...florian2020-01-211-1/+1
* Add possibility to set explicitly TEST_COMMENT variable, set as Comment fiel...pierre2020-01-091-1/+5
* + Linux.fpstatx, resolves #36501florian2020-01-021-1/+1
* * tests/Makefile.fpc: Add NATIVE_FPC=$(FPC) to tstunits rule make call.pierre2019-09-161-2/+2
* Do not use BSD system tar option -I if TARPROG is gtar for OpenBSDpierre2019-05-081-0/+6
* Fix test_c_objects rule (by removal of extra closing braces)pierre2019-05-041-4/+4
* + added test for unit sortalgs, that tests the heapsort and randomized quicks...nickysn2019-02-071-1/+1
* + added test for the sortbase unitnickysn2019-02-031-1/+1
* + added all the missing test/units/* subdirectories: classes character dateut...nickysn2018-12-131-1/+1
* + Add TEST_PARALLEL, adds -L option to DOTESTOPTpierre2018-11-131-0/+3
* Add generated filelistDIR.lst to list of files to delete for cleanpierre2018-04-121-0/+1
* Add rtl-generics to testsmaciej2018-03-091-1/+1
* * selected features are now stored in the system unitflorian2017-12-201-5/+0
* * gparmake and createlst are (usually) compiled using the installed host comp...svenbarth2017-07-081-2/+2
* Revert wrong patch, which lead to an endless loop on linux systems, as direc...pierre2017-05-101-2/+2
* Add explicit dependency of gparmake and createlst executables to the units/F...pierre2017-05-101-2/+2
* + add ability to execute tests that reside in $fpcdir/packages/*/testssvenbarth2016-12-091-1/+5
* * pass enabled features to the compiler when running tests on the embedded ta...florian2016-11-201-0/+5
* Reintroduce $(Q)pierre2016-08-181-10/+10
* Fix failure for windows make, related to the use of redirection,pierre2016-08-181-10/+10
* Fix infinite loop problem that appear on gcc112 linux machine using GNU mak...pierre2016-08-171-9/+12
* * add $(CREATELST) to the dependencies of $(GPARMAKE), so that both binariesjonas2016-08-161-1/+1
* * use a Pascal tool instead of a Makefile to generate the list of test files;...svenbarth2016-08-141-7/+14
* Use createlst.mak also to generate tbs/tbf/webtbs/webtbf directory lsitings ...pierre2016-07-011-4/+8
* Avoid line longer than 255, to be able to edit Makefile.fpc with fp IDEpierre2016-05-281-2/+4
* + added the new test/units/windows directory to the list of dirs, searched fo...nickysn2016-05-231-1/+1
* * take care of SUBARCH when running testsflorian2015-12-121-4/+4
* * fixed testsuite after r32548 for certain GNU Make versions, where "-s" is notnickysn2015-12-041-1/+1
* + response file support for gparmakeflorian2015-11-281-1/+2
* + added a very simple test for i8086-msdos for linking an external TASMnickysn2015-11-171-0/+3
* + include tests/test/units/fmtbcd into the list of directories being searched...florian2015-11-151-1/+1
* * single quotes are not accepted under OS/2hajny2015-01-241-0/+4
* Reverted separation of test and test subdirs that led to incomplete testsuit...pierre2014-10-261-2/+1
* Second try to fix wrong commit, missing changedir resotredpierre2014-10-251-1/+1
* Fix error introduced in last commitpierre2014-10-251-1/+2
* Set TEST_USE_LONGLOG to send longlog to www.freepascal.org instead of all lo...pierre2014-10-241-6/+32
* * updates necessary for correct uploading of testsuite results under OS/2hajny2014-10-151-7/+26
* + functions for FMA and AVX2 detectionflorian2014-03-201-1/+1
* rtl: apply patch of Inoussa with Incremental Implementation of the Unicode Co...paul2013-08-191-1/+1
* + added directories cpu16/ and cpu16/i8086/ to the testsuite makefilesnickysn2013-07-141-1/+1
* * merge i8086 branch by Nikolay Nikolovflorian2013-04-251-0/+5
|\
| * * always enable smartlinking for the tests themselves when running the testsu...nickysn2013-04-021-0/+5
* | Avoid including MakeChunk filefor clean'ing targetspierre2013-03-211-1/+2
* | Try to fix problems related to inclusion of non-existing MakeChunk filepierre2013-03-201-12/+27
|/
* * Allow passing of double quoted paths in TEST_OPT.yury2013-01-241-1/+1
* * Sync with trunk r23404.yury2013-01-161-2/+2
|\
| * + patch by Vojtech Cihak to add csqr function, resolves #23492florian2012-12-161-1/+1
| * GParMake also needs to get passed to allow completion of testsuite when some...tom_at_work2012-09-221-1/+1
| * Fix use of FPC_OPT to build gparmake. The correct name of the parameter is FP...tom_at_work2012-08-131-1/+1