1// 2// Copyright (C) 2018 The Android Open Source Project 3// 4// Licensed under the Apache License, Version 2.0 (the "License"); 5// you may not use this file except in compliance with the License. 6// You may obtain a copy of the License at 7// 8// http://www.apache.org/licenses/LICENSE-2.0 9// 10// Unless required by applicable law or agreed to in writing, software 11// distributed under the License is distributed on an "AS IS" BASIS, 12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13// See the License for the specific language governing permissions and 14// limitations under the License. 15// 16 17filegroup { 18 name: "libtextclassifier_java_test_sources", 19 srcs: [ 20 "actions/grammar-actions_test.cc", 21 "actions/actions-suggestions_test.cc", 22 "annotator/pod_ner/pod-ner-impl_test.cc", 23 "annotator/datetime/regex-parser_test.cc", 24 "annotator/datetime/grammar-parser_test.cc", 25 "annotator/datetime/datetime-grounder_test.cc", 26 "utils/intents/intent-generator-test-lib.cc", 27 "utils/calendar/calendar_test.cc", 28 "utils/regex-match_test.cc", 29 "utils/grammar/parsing/lexer_test.cc", 30 "annotator/number/number_test-include.cc", 31 "annotator/annotator_test-include.cc", 32 "annotator/grammar/grammar-annotator_test.cc", 33 "annotator/grammar/test-utils.cc", 34 "utils/utf8/unilib_test-include.cc", 35 "utils/grammar/analyzer_test.cc", 36 "utils/grammar/semantics/composer_test.cc", 37 "utils/grammar/semantics/evaluators/arithmetic-eval_test.cc", 38 "utils/grammar/semantics/evaluators/merge-values-eval_test.cc", 39 "utils/grammar/semantics/evaluators/const-eval_test.cc", 40 "utils/grammar/semantics/evaluators/compose-eval_test.cc", 41 "utils/grammar/semantics/evaluators/span-eval_test.cc", 42 "utils/grammar/semantics/evaluators/parse-number-eval_test.cc", 43 "utils/grammar/semantics/evaluators/constituent-eval_test.cc", 44 "utils/grammar/parsing/parser_test.cc", 45 ], 46} 47