summaryrefslogtreecommitdiff
path: root/tests/Makefile.fpc
Commit message (Expand)AuthorAgeFilesLines
* * createlst and gparmake need to be used with the source os extension (actu...florian2021-03-201-2/+2
* * Patch from Noel Duffy to implement DNS over TCP and testmichael2021-01-301-1/+1
* * Include packages/fcl-registry/tests to be run by the testsuite. Renamed fil...yury2021-01-241-1/+1
* * include also regexpr test in normal regression testsflorian2021-01-071-1/+1
* + include package/hash in regression testsflorian2021-01-021-1/+1
* * support passing options to the emulator when using one for testingflorian2020-11-261-0/+4
* + create directory for C objects if neededflorian2020-09-061-2/+3
* Revert commit #45737, as it introduces problelms for other test casespierre2020-07-221-2/+2
* Use FPCOPT variable instead of OPT, to also pass BINUTILSPREFIX as -XP optio...pierre2020-07-071-2/+2
* * enable tests for the Nullable unitsvenbarth2020-05-291-1/+1
* * add tests\test\unit\types directory to list of tested directoriessvenbarth2020-05-221-1/+1
* 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