-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33253 from vespa-engine/toregge/rewrite-config-co…
…nfigfetcher-unit-test-to-gtest Rewrite config configfetcher unit test to gtest.
- Loading branch information
Showing
2 changed files
with
30 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. | ||
vespa_add_executable(config_configfetcher_test_app TEST | ||
SOURCES | ||
configfetcher.cpp | ||
configfetcher_test.cpp | ||
DEPENDS | ||
vespa_config | ||
GTest::gtest | ||
) | ||
vespa_add_test(NAME config_configfetcher_test_app COMMAND config_configfetcher_test_app) | ||
vespa_generate_config(config_configfetcher_test_app ../../test/resources/configdefinitions/my.def) |
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