Don't need these anymore.
Change-Id: I7fe5c735b0b2391998c69d3233bcc30979570ddb
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/Android.mk
|
||||
|
||||
test_name := algorithms/version
|
||||
test_src := version.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.c.library/Android.mk
|
||||
|
||||
test_name := algorithms/alg.c.library/tested_elsewhere
|
||||
test_src := tested_elsewhere.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/nothing_to_do
|
||||
test_src := nothing_to_do.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,35 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.copy/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.copy/copy_n
|
||||
test_src := copy_n.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.copy/copy_backward
|
||||
test_src := copy_backward.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.copy/copy_if
|
||||
test_src := copy_if.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.copy/copy
|
||||
test_src := copy.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.fill/fill_n
|
||||
test_src := fill_n.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.fill/fill
|
||||
test_src := fill.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.generate/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.generate/generate_n
|
||||
test_src := generate_n.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.generate/generate
|
||||
test_src := generate.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.move/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.move/move_backward
|
||||
test_src := move_backward.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.move/move
|
||||
test_src := move.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,39 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.partitions/partition
|
||||
test_src := partition.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.partitions/partition_copy
|
||||
test_src := partition_copy.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.partitions/stable_partition
|
||||
test_src := stable_partition.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.partitions/is_partitioned
|
||||
test_src := is_partitioned.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.partitions/partition_point
|
||||
test_src := partition_point.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,31 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand
|
||||
test_src := random_shuffle_rand.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle
|
||||
test_src := random_shuffle.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_urng
|
||||
test_src := random_shuffle_urng.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,35 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.remove/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.remove/remove_copy_if
|
||||
test_src := remove_copy_if.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.remove/remove_copy
|
||||
test_src := remove_copy.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.remove/remove
|
||||
test_src := remove.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.remove/remove_if
|
||||
test_src := remove_if.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,35 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.replace/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.replace/replace_copy_if
|
||||
test_src := replace_copy_if.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.replace/replace_copy
|
||||
test_src := replace_copy.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.replace/replace_if
|
||||
test_src := replace_if.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.replace/replace
|
||||
test_src := replace.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.reverse/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.reverse/reverse_copy
|
||||
test_src := reverse_copy.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.reverse/reverse
|
||||
test_src := reverse.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.rotate/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.rotate/rotate_copy
|
||||
test_src := rotate_copy.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.rotate/rotate
|
||||
test_src := rotate.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.swap/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.swap/iter_swap
|
||||
test_src := iter_swap.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.swap/swap_ranges
|
||||
test_src := swap_ranges.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.transform/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.transform/unary_transform
|
||||
test_src := unary_transform.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.transform/binary_transform
|
||||
test_src := binary_transform.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,35 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.modifying.operations/alg.unique/Android.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.unique/unique_pred
|
||||
test_src := unique_pred.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.unique/unique_copy
|
||||
test_src := unique_copy.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.unique/unique_copy_pred
|
||||
test_src := unique_copy_pred.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.modifying.operations/alg.unique/unique
|
||||
test_src := unique.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/nothing_to_do
|
||||
test_src := nothing_to_do.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find_pred
|
||||
test_src := adjacent_find_pred.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find
|
||||
test_src := adjacent_find.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.all_of/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.all_of/all_of
|
||||
test_src := all_of.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.any_of/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.any_of/any_of
|
||||
test_src := any_of.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.count/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.count/count_if
|
||||
test_src := count_if.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.count/count
|
||||
test_src := count.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.equal/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.equal/equal_pred
|
||||
test_src := equal_pred.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.equal/equal
|
||||
test_src := equal.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.find.end/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.find.end/find_end
|
||||
test_src := find_end.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.find.end/find_end_pred
|
||||
test_src := find_end_pred.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.find.first.of/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.find.first.of/find_first_of_pred
|
||||
test_src := find_first_of_pred.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.find.first.of/find_first_of
|
||||
test_src := find_first_of.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,31 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.find/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.find/find_if
|
||||
test_src := find_if.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.find/find
|
||||
test_src := find.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.find/find_if_not
|
||||
test_src := find_if_not.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.foreach/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.foreach/test
|
||||
test_src := test.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.is_permutation/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.is_permutation/is_permutation
|
||||
test_src := is_permutation.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.is_permutation/is_permutation_pred
|
||||
test_src := is_permutation_pred.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.none_of/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.none_of/none_of
|
||||
test_src := none_of.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,35 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.search/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.search/search
|
||||
test_src := search.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.search/search_n
|
||||
test_src := search_n.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.search/search_n_pred
|
||||
test_src := search_n_pred.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/alg.search/search_pred
|
||||
test_src := search_pred.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/mismatch/Android.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/mismatch/mismatch_pred
|
||||
test_src := mismatch_pred.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.nonmodifying/mismatch/mismatch
|
||||
test_src := mismatch.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/nothing_to_do
|
||||
test_src := nothing_to_do.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.binary.search/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.binary.search/nothing_to_do
|
||||
test_src := nothing_to_do.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.binary.search/binary.search/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.binary.search/binary.search/binary_search
|
||||
test_src := binary_search.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.binary.search/binary.search/binary_search_comp
|
||||
test_src := binary_search_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.binary.search/equal.range/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.binary.search/equal.range/equal_range
|
||||
test_src := equal_range.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.binary.search/equal.range/equal_range_comp
|
||||
test_src := equal_range_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.binary.search/lower.bound/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound
|
||||
test_src := lower_bound.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound_comp
|
||||
test_src := lower_bound_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.binary.search/upper.bound/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound
|
||||
test_src := upper_bound.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound_comp
|
||||
test_src := upper_bound_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.heap.operations/nothing_to_do
|
||||
test_src := nothing_to_do.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,35 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until
|
||||
test_src := is_heap_until.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_comp
|
||||
test_src := is_heap_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap
|
||||
test_src := is_heap.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until_comp
|
||||
test_src := is_heap_until_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap
|
||||
test_src := make_heap.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap_comp
|
||||
test_src := make_heap_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap
|
||||
test_src := pop_heap.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap_comp
|
||||
test_src := pop_heap_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap_comp
|
||||
test_src := push_heap_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap
|
||||
test_src := push_heap.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap
|
||||
test_src := sort_heap.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap_comp
|
||||
test_src := sort_heap_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.lex.comparison/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare_comp
|
||||
test_src := lexicographical_compare_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare
|
||||
test_src := lexicographical_compare.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,35 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.merge/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.merge/inplace_merge_comp
|
||||
test_src := inplace_merge_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.merge/merge
|
||||
test_src := merge.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.merge/inplace_merge
|
||||
test_src := inplace_merge.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.merge/merge_comp
|
||||
test_src := merge_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,91 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.min.max/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/max_element
|
||||
test_src := max_element.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/minmax_init_list_comp
|
||||
test_src := minmax_init_list_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/min_element_comp
|
||||
test_src := min_element_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/min_comp
|
||||
test_src := min_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/minmax_element
|
||||
test_src := minmax_element.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/minmax_init_list
|
||||
test_src := minmax_init_list.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/min
|
||||
test_src := min.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/minmax
|
||||
test_src := minmax.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/max_comp
|
||||
test_src := max_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/max_init_list
|
||||
test_src := max_init_list.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/minmax_comp
|
||||
test_src := minmax_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/max_init_list_comp
|
||||
test_src := max_init_list_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/min_init_list_comp
|
||||
test_src := min_init_list_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/min_element
|
||||
test_src := min_element.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/min_init_list
|
||||
test_src := min_init_list.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/max
|
||||
test_src := max.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/max_element_comp
|
||||
test_src := max_element_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.min.max/minmax_element_comp
|
||||
test_src := minmax_element_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.nth.element/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.nth.element/nth_element
|
||||
test_src := nth_element.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.nth.element/nth_element_comp
|
||||
test_src := nth_element_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,35 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.permutation.generators/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.permutation.generators/next_permutation
|
||||
test_src := next_permutation.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.permutation.generators/next_permutation_comp
|
||||
test_src := next_permutation_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.permutation.generators/prev_permutation_comp
|
||||
test_src := prev_permutation_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.permutation.generators/prev_permutation
|
||||
test_src := prev_permutation.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.set.operations/nothing_to_do
|
||||
test_src := nothing_to_do.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.set.operations/includes/includes
|
||||
test_src := includes.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.set.operations/includes/includes_comp
|
||||
test_src := includes_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.set.operations/set.difference/set_difference_comp
|
||||
test_src := set_difference_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.set.operations/set.difference/set_difference
|
||||
test_src := set_difference.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection_comp
|
||||
test_src := set_intersection_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection
|
||||
test_src := set_intersection.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference
|
||||
test_src := set_symmetric_difference.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference_comp
|
||||
test_src := set_symmetric_difference_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.set.operations/set.union/set_union
|
||||
test_src := set_union.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.set.operations/set.union/set_union_comp
|
||||
test_src := set_union_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.sort/nothing_to_do
|
||||
test_src := nothing_to_do.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,35 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until
|
||||
test_src := is_sorted_until.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp
|
||||
test_src := is_sorted_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted
|
||||
test_src := is_sorted.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until_comp
|
||||
test_src := is_sorted_until_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy
|
||||
test_src := partial_sort_copy.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp
|
||||
test_src := partial_sort_copy_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.sort/partial.sort/partial_sort_comp
|
||||
test_src := partial_sort_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.sort/partial.sort/partial_sort
|
||||
test_src := partial_sort.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/sort/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.sort/sort/sort
|
||||
test_src := sort.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.sort/sort/sort_comp
|
||||
test_src := sort_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,27 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/Android.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.sort/stable.sort/stable_sort
|
||||
test_src := stable_sort.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
test_name := algorithms/alg.sorting/alg.sort/stable.sort/stable_sort_comp
|
||||
test_src := stable_sort_comp.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
@@ -1,23 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2014 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.
|
||||
#
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
test_makefile := external/libcxx/test/algorithms/algorithms.general/Android.mk
|
||||
|
||||
test_name := algorithms/algorithms.general/nothing_to_do
|
||||
test_src := nothing_to_do.pass.cpp
|
||||
include external/libcxx/test/Android.build.mk
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
Reference in New Issue
Block a user