[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1516635644-24819-1-git-send-email-mathieu.poirier@linaro.org>
Date: Mon, 22 Jan 2018 08:40:44 -0700
From: Mathieu Poirier <mathieu.poirier@...aro.org>
To: acme@...nel.org
Cc: peterz@...radead.org, mingo@...hat.com,
alexander.shishkin@...ux.intel.com, namhyung@...nel.org,
adrian.hunter@...el.com, jolsa@...hat.com,
linux-kernel@...r.kernel.org
Subject: [PATCH] perf tools: Adding missing test file for libopencsd
The test for the feature did not make it into the original patchset,
something that gets corrected here.
Signed-off-by: Mathieu Poirier <mathieu.poirier@...aro.org>
---
tools/build/feature/test-libopencsd.c | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 tools/build/feature/test-libopencsd.c
diff --git a/tools/build/feature/test-libopencsd.c b/tools/build/feature/test-libopencsd.c
new file mode 100644
index 000000000000..5ff1246e6194
--- /dev/null
+++ b/tools/build/feature/test-libopencsd.c
@@ -0,0 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
+#include <opencsd/c_api/opencsd_c_api.h>
+
+int main(void)
+{
+ (void)ocsd_get_version();
+ return 0;
+}
--
2.7.4
Powered by blists - more mailing lists