HaikuDepot: Move TextDocumentTest to "tests".
This commit is contained in:
@@ -269,13 +269,6 @@ DoCatalogs HaikuDepot :
|
|||||||
WorkStatusView.cpp
|
WorkStatusView.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
Application TextDocumentTest :
|
|
||||||
TextDocumentTest.cpp
|
|
||||||
$(textDocumentSources)
|
|
||||||
|
|
||||||
: be translation shared [ TargetLibsupc++ ]
|
|
||||||
;
|
|
||||||
|
|
||||||
# The following use of rules configures the generation of .cpp and .h files from
|
# The following use of rules configures the generation of .cpp and .h files from
|
||||||
# JSON schemas that are defined in the HaikuDepotServer system. See the
|
# JSON schemas that are defined in the HaikuDepotServer system. See the
|
||||||
# included Jam rules and actions for the definitions.
|
# included Jam rules and actions for the definitions.
|
||||||
|
|||||||
@@ -8,13 +8,15 @@ SubDirHdrs [ FDirName $(HAIKU_TOP) src apps haikudepot server ] ;
|
|||||||
SubDirHdrs [ FDirName $(HAIKU_TOP) src apps haikudepot server dumpexportrepository ] ;
|
SubDirHdrs [ FDirName $(HAIKU_TOP) src apps haikudepot server dumpexportrepository ] ;
|
||||||
SubDirHdrs [ FDirName $(HAIKU_TOP) src apps haikudepot util ] ;
|
SubDirHdrs [ FDirName $(HAIKU_TOP) src apps haikudepot util ] ;
|
||||||
|
|
||||||
UsePrivateHeaders shared ;
|
UsePrivateHeaders shared interface ;
|
||||||
|
|
||||||
local sourceDirs =
|
local sourceDirs =
|
||||||
model
|
model
|
||||||
server
|
server
|
||||||
server/dumpexportrepository
|
server/dumpexportrepository
|
||||||
util
|
util
|
||||||
|
textview
|
||||||
|
edits_generic
|
||||||
;
|
;
|
||||||
|
|
||||||
local sourceDir ;
|
local sourceDir ;
|
||||||
@@ -48,4 +50,37 @@ UnitTestLib haikudepottest.so :
|
|||||||
ValidationUtilsTest.cpp
|
ValidationUtilsTest.cpp
|
||||||
|
|
||||||
: be shared bnetapi package [ TargetLibstdc++ ] [ TargetLibsupc++ ]
|
: be shared bnetapi package [ TargetLibstdc++ ] [ TargetLibsupc++ ]
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Application TextDocumentTest :
|
||||||
|
TextDocumentTest.cpp
|
||||||
|
|
||||||
|
# edits_generic
|
||||||
|
CompoundEdit.cpp
|
||||||
|
EditContext.cpp
|
||||||
|
EditManager.cpp
|
||||||
|
EditStack.cpp
|
||||||
|
UndoableEdit.cpp
|
||||||
|
|
||||||
|
# textview
|
||||||
|
Bullet.cpp
|
||||||
|
BulletData.cpp
|
||||||
|
CharacterStyle.cpp
|
||||||
|
CharacterStyleData.cpp
|
||||||
|
MarkupParser.cpp
|
||||||
|
Paragraph.cpp
|
||||||
|
ParagraphLayout.cpp
|
||||||
|
ParagraphStyle.cpp
|
||||||
|
ParagraphStyleData.cpp
|
||||||
|
TextDocument.cpp
|
||||||
|
TextDocumentLayout.cpp
|
||||||
|
TextDocumentView.cpp
|
||||||
|
TextEditor.cpp
|
||||||
|
TextListener.cpp
|
||||||
|
TextSelection.cpp
|
||||||
|
TextSpan.cpp
|
||||||
|
TextView.cpp
|
||||||
|
UndoableEditListener.cpp
|
||||||
|
|
||||||
|
: be translation shared [ TargetLibsupc++ ]
|
||||||
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user