mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: ensure we build and run new tests
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user