[haiku-commits] haiku: hrev54460 - src/tests/apps/haikudepot

  • From: Adrien Destugues <pulkomandy@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 23 Jul 2020 03:23:41 -0400 (EDT)

hrev54460 adds 1 changeset to branch 'master'
old head: bfb040f0655d596774f3feb004543ddd09ca8291
new head: e0e5d12ea30a764711515f0470ec43c45a1d01e6
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=e0e5d12ea30a+%5Ebfb040f0655d

----------------------------------------------------------------------------

e0e5d12ea30a: test/haikudepot: Fix build of haikudepottest.so
  
  hrev54429 added some changes to logging in HaikuDepot which broke the
  build of the tests.
  
  The build for haikudepottest.so adds some cpp files from the
  HaikuDepot source. Now that Logger::NameForLevel and
  Logger::IsLevelEnabled are referenced in some of the code being tested
  we need to include Logger.cpp as well.
  
  This just adds Logger.cpp to the haikudepottest.so build.
  
  Change-Id: I80a8bb2053c3c78d821ce3cf9902c3a42b0def37
  Reviewed-on: https://review.haiku-os.org/c/haiku/+/3056
  Reviewed-by: Adrien Destugues <pulkomandy@xxxxxxxxx>

                                  [ Kyle Ambroff-Kao <kyle@xxxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev54460
Commit:      e0e5d12ea30a764711515f0470ec43c45a1d01e6
URL:         https://git.haiku-os.org/haiku/commit/?id=e0e5d12ea30a
Author:      Kyle Ambroff-Kao <kyle@xxxxxxxxxxxxxx>
Date:        Wed Jul 22 20:51:03 2020 UTC
Committer:   Adrien Destugues <pulkomandy@xxxxxxxxx>
Commit-Date: Thu Jul 23 07:23:37 2020 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+)
src/tests/apps/haikudepot/Jamfile | 2 ++

----------------------------------------------------------------------------

diff --git a/src/tests/apps/haikudepot/Jamfile 
b/src/tests/apps/haikudepot/Jamfile
index c67a476731..a79ab2459e 100644
--- a/src/tests/apps/haikudepot/Jamfile
+++ b/src/tests/apps/haikudepot/Jamfile
@@ -39,6 +39,8 @@ UnitTestLib haikudepottest.so :
 
        ListTest.cpp
 
+       Logger.cpp
+
        StandardMetaData.cpp
        StandardMetaDataJsonEventListener.cpp
        StandardMetaDataJsonEventListenerTest.cpp


Other related posts:

  • » [haiku-commits] haiku: hrev54460 - src/tests/apps/haikudepot - Adrien Destugues