Tests: Add health check thread exit test
[lttng-tools.git] / tests / tools / health / Makefile.am
index 09573db1b48e4800a7f374c1c378e7ae8ea3df88..0a3f6c53895c77ea1ee97cd4531cbc7c69a0d837 100644 (file)
@@ -10,6 +10,12 @@ endif
 
 UTILS=
 
+lib_LTLIBRARIES=libhealthexit.la
+
+# Health thread exit ld_preloaded test lib
+libhealthexit_la_SOURCES=health_exit.c
+libhealthexit_la_LDFLAGS= -module
+
 noinst_PROGRAMS = health_check
 
 health_check_SOURCES = health_check.c $(UTILS)
This page took 0.023092 seconds and 4 git commands to generate.