From b1810691faf66ed7ec07ea8656ae2eb1a65b7524 Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Thu, 26 Jan 2012 00:20:09 +0000 Subject: [PATCH] + new directory units/lineinfo added git-svn-id: trunk@20178 - --- tests/Makefile | 2 +- tests/Makefile.fpc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index bccad2c504..95f4b417b0 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1359,7 +1359,7 @@ endif ifndef LOG export LOG:=$(TEST_OUTPUTDIR)/log endif -TESTSUBDIRS=cg cg/variants cg/cdecl library opt units/system units/dos units/crt units/objects units/strings units/sysutils units/math units/sharemem units/strutils units/matrix +TESTSUBDIRS=cg cg/variants cg/cdecl library opt units/system units/dos units/crt units/objects units/strings units/sysutils units/math units/sharemem units/strutils units/matrix units/lineinfo TESTPACKAGESUBDIRS=packages/win-base packages/webtbs packages/hash packages/fcl-registry packages/fcl-process packages/zlib packages/fcl-db packages/fcl-base packages/fcl-xml packages/cocoaint ifdef QUICKTEST export QUICKTEST diff --git a/tests/Makefile.fpc b/tests/Makefile.fpc index 3733f4a4cd..4e2b246475 100644 --- a/tests/Makefile.fpc +++ b/tests/Makefile.fpc @@ -135,7 +135,7 @@ endif # Subdirs available in the test subdir -TESTSUBDIRS=cg cg/variants cg/cdecl library opt units/system units/dos units/crt units/objects units/strings units/sysutils units/math units/sharemem units/strutils units/matrix +TESTSUBDIRS=cg cg/variants cg/cdecl library opt units/system units/dos units/crt units/objects units/strings units/sysutils units/math units/sharemem units/strutils units/matrix units/lineinfo TESTPACKAGESUBDIRS=packages/win-base packages/webtbs packages/hash packages/fcl-registry packages/fcl-process packages/zlib packages/fcl-db packages/fcl-base packages/fcl-xml packages/cocoaint ifdef QUICKTEST