Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Replace QPF with QueryExecution mockable module (#1579)
Browse files Browse the repository at this point in the history
Signed-off-by: Kitsu <[email protected]>
  • Loading branch information
l4l committed Jul 25, 2018
1 parent cb6352f commit e1eecc2
Show file tree
Hide file tree
Showing 18 changed files with 454 additions and 667 deletions.
15 changes: 3 additions & 12 deletions irohad/execution/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
# Copyright 2018 Soramitsu Co., Ltd.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#Copyright Soramitsu Co., Ltd. All Rights Reserved.
#SPDX-License-Identifier: Apache-2.0
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

add_library(common_execution
impl/common_executor.cpp
Expand All @@ -34,7 +25,7 @@ target_link_libraries(command_execution
)

add_library(query_execution
impl/query_execution.cpp
impl/query_execution_impl.cpp
)

target_link_libraries(query_execution
Expand Down
Loading

0 comments on commit e1eecc2

Please sign in to comment.