From 1f5e1a3cbc564c593fe1090894ecdb070f36e20c Mon Sep 17 00:00:00 2001 From: Dmitriy Ivanov Date: Mon, 2 Jun 2014 16:29:00 -0700 Subject: Move libraries for unit-tests to separate folder Change-Id: I1653f3f2fd63ba25525369bc725c8f7438ecf021 --- tests/libs/dlopen_testlib_simple.cpp | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/libs/dlopen_testlib_simple.cpp (limited to 'tests/libs/dlopen_testlib_simple.cpp') diff --git a/tests/libs/dlopen_testlib_simple.cpp b/tests/libs/dlopen_testlib_simple.cpp new file mode 100644 index 000000000..afe54b4c0 --- /dev/null +++ b/tests/libs/dlopen_testlib_simple.cpp @@ -0,0 +1,23 @@ +/* + * 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. + */ + +#include + +uint32_t dlopen_testlib_taxicab_number = 1729; + +bool dlopen_testlib_simple_func() { + return true; +} -- cgit v1.2.3