Fix: missing test file in EXTRA dist
[lttng-tools.git] / tests / regression / tools / health / Makefile.am
index ed13743a41303970a7ea098ab651b035c6baf4ea..c244d65af535b37f77b8cf0b3c81e5687b19bcc4 100644 (file)
@@ -38,9 +38,9 @@ health_check_LDADD = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la \
 endif
 
 dist_noinst_SCRIPTS = test_thread_exit test_thread_stall test_tp_fail \
-               test_health.sh
+               test_health.sh test_thread_ok
 EXTRA_DIST = test_thread_exit test_thread_stall test_tp_fail \
-               test_health.sh
+               test_health.sh test_thread_ok
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.024503 seconds and 5 git commands to generate.