Tests: add unix socket wrapper unit tests
[lttng-tools.git] / tests / Makefile.am
index d460fb646c60196d31f37b1df5070b8929e83d5d..8f5c15d34984eacea5519940a437de93544a628b 100644 (file)
@@ -1,9 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
 SUBDIRS =
-DIST_SUBDIRS = utils regression unit stress destructive perf
+DIST_SUBDIRS = utils unit regression stress destructive perf
 
 if BUILD_TESTS
-SUBDIRS += . utils regression unit stress destructive perf
-if HAS_PGREP
+SUBDIRS += . utils unit regression stress destructive perf
+if HAVE_PGREP
 check-am:
        $(top_srcdir)/tests/utils/warn_processes.sh $(PGREP)
 endif
This page took 0.023718 seconds and 5 git commands to generate.