[sysprof/wip/visualizers] build: ensure we build and run new tests
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/visualizers] build: ensure we build and run new tests
- Date: Sun, 25 Sep 2016 07:28:57 +0000 (UTC)
commit 58017c3b45507df02e06205b3f197b89477b9f25
Author: Christian Hergert <chergert redhat com>
Date: Sun Sep 25 00:27:28 2016 -0700
build: ensure we build and run new tests
tests/Makefile.am | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f3825d3..3d5aff4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -13,10 +13,17 @@ test_libs = \
$(top_builddir)/lib/libsysprof-@API_VERSION@.la
TESTS += test-capture
+TEST_PROGS += test-capture
test_capture_SOURCES = test-capture.c
test_capture_CFLAGS = $(test_cflags)
test_capture_LDADD = $(test_libs)
+TESTS += test-capture-cursor
+TEST_PROGS += test-capture-cursor
+test_capture_cursor_SOURCES = test-capture-cursor.c
+test_capture_cursor_CFLAGS = $(test_cflags)
+test_capture_cursor_LDADD = $(test_libs)
+
if ENABLE_GTK
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]