tests: Move tap-driver.sh out of the autotools aux directory
[lttng-tools.git] / tests / unit / Makefile.am
index 000687a07518651a081feb9b2d29904266b4e7e2..87304176e55f5248c9f0327d6def0297fd50d48a 100644 (file)
@@ -1,10 +1,12 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
 SUBDIRS = ini_config
 
 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils/ -I$(srcdir)
 
 LOG_DRIVER_FLAGS='--merge'
 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
-       $(top_srcdir)/config/tap-driver.sh
+       $(top_srcdir)/tests/utils/tap-driver.sh
 
 TESTS = test_kernel_data \
        test_session \
This page took 0.023264 seconds and 4 git commands to generate.