You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
2.0 KiB
47 lines
2.0 KiB
//
|
|
// Copyright (C) 2018 The Android Open Source Project
|
|
//
|
|
// 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
|
|
//
|
|
// 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.
|
|
//
|
|
|
|
filegroup {
|
|
name: "libtextclassifier_java_test_sources",
|
|
srcs: [
|
|
"actions/grammar-actions_test.cc",
|
|
"actions/actions-suggestions_test.cc",
|
|
"annotator/pod_ner/pod-ner-impl_test.cc",
|
|
"annotator/datetime/regex-parser_test.cc",
|
|
"annotator/datetime/grammar-parser_test.cc",
|
|
"annotator/datetime/datetime-grounder_test.cc",
|
|
"utils/intents/intent-generator-test-lib.cc",
|
|
"utils/calendar/calendar_test.cc",
|
|
"utils/regex-match_test.cc",
|
|
"utils/grammar/parsing/lexer_test.cc",
|
|
"annotator/number/number_test-include.cc",
|
|
"annotator/annotator_test-include.cc",
|
|
"annotator/grammar/grammar-annotator_test.cc",
|
|
"annotator/grammar/test-utils.cc",
|
|
"utils/utf8/unilib_test-include.cc",
|
|
"utils/grammar/analyzer_test.cc",
|
|
"utils/grammar/semantics/composer_test.cc",
|
|
"utils/grammar/semantics/evaluators/arithmetic-eval_test.cc",
|
|
"utils/grammar/semantics/evaluators/merge-values-eval_test.cc",
|
|
"utils/grammar/semantics/evaluators/const-eval_test.cc",
|
|
"utils/grammar/semantics/evaluators/compose-eval_test.cc",
|
|
"utils/grammar/semantics/evaluators/span-eval_test.cc",
|
|
"utils/grammar/semantics/evaluators/parse-number-eval_test.cc",
|
|
"utils/grammar/semantics/evaluators/constituent-eval_test.cc",
|
|
"utils/grammar/parsing/parser_test.cc",
|
|
],
|
|
}
|