This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor index key utils * add test case
- Loading branch information
1 parent
7ce22be
commit 02e4a0e
Showing
7 changed files
with
429 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,23 @@ | ||
nebula_add_test( | ||
NAME nebula_key_utils_test | ||
SOURCES NebulaKeyUtilsTest.cpp | ||
OBJECTS $<TARGET_OBJECTS:keyutils_obj> | ||
LIBRARIES gtest | ||
) | ||
NAME | ||
nebula_key_utils_test | ||
SOURCES | ||
NebulaKeyUtilsTest.cpp | ||
OBJECTS | ||
$<TARGET_OBJECTS:keyutils_obj> | ||
LIBRARIES | ||
gtest | ||
) | ||
|
||
nebula_add_test( | ||
NAME | ||
index_key_utils_test | ||
SOURCES | ||
IndexKeyUtilsTest.cpp | ||
OBJECTS | ||
$<TARGET_OBJECTS:keyutils_obj> | ||
$<TARGET_OBJECTS:common_base_obj> | ||
$<TARGET_OBJECTS:common_datatypes_obj> | ||
LIBRARIES | ||
gtest | ||
) |
Oops, something went wrong.