summaryrefslogtreecommitdiffstats
path: root/tests/sys_epoll_test.cpp
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2013-12-20 18:43:21 -0800
committerChristopher Ferris <cferris@google.com>2014-02-06 20:12:21 -0800
commitf04935c85e0b466f0d30d2cd4c0fa2fff62e7d6d (patch)
tree8f1c6af75517892648f49adad9d4d5d44c20f49c /tests/sys_epoll_test.cpp
parente163a3986aa7d1c67fe3274eb9204812be0a6245 (diff)
downloadbionic-f04935c85e0b466f0d30d2cd4c0fa2fff62e7d6d.zip
bionic-f04935c85e0b466f0d30d2cd4c0fa2fff62e7d6d.tar.gz
bionic-f04935c85e0b466f0d30d2cd4c0fa2fff62e7d6d.tar.bz2
Make sure that the same tests are on all platforms.
In order to be able to generate a list of tests for cts, the same set of tests must exist across all platforms. This CL adds empty tests where a test was conditionally compiled out. This CL creates a single library libBionicTests that includes all of the tests found in bionic-unit-tests-static. Also fix a few missing include files in some test files. Tested by running and compiling the tests for every platform and verifying the same number of tests are on each platform. Change-Id: I9989d4bfebb0f9c409a0ce7e87169299eac605a2
Diffstat (limited to 'tests/sys_epoll_test.cpp')
-rw-r--r--tests/sys_epoll_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sys_epoll_test.cpp b/tests/sys_epoll_test.cpp
index e4e047b..daa064a 100644
--- a/tests/sys_epoll_test.cpp
+++ b/tests/sys_epoll_test.cpp
@@ -17,6 +17,7 @@
#include <gtest/gtest.h>
#include <errno.h>
+#include <signal.h>
#include <sys/epoll.h>
TEST(sys_epoll, smoke) {