lib: decouple variant FC option names from selector FC mapping names
[babeltrace.git] / tests / Makefile.am
index 86fad69faba51db876cd8df52b36c6a414b51651..ad8ded962cb1f55aadc5192a15db9fb1b8989092 100644 (file)
@@ -1,3 +1,5 @@
+#5149916
+
 SUBDIRS = utils lib bitfield ctf-writer plugins
 
 # Directories added to EXTRA_DIST will be recursively copied to the distribution.
@@ -5,7 +7,6 @@ EXTRA_DIST = $(srcdir)/data \
             bindings/python/bt2/.coveragerc
 
 dist_check_SCRIPTS = \
-       bindings/python/bt2/test_clock_class_priority_map.py \
        bindings/python/bt2/test_clock_class.py \
        bindings/python/bt2/test_component_class.py \
        bindings/python/bt2/test_component.py \
@@ -16,6 +17,7 @@ dist_check_SCRIPTS = \
        bindings/python/bt2/test_field_class.py \
        bindings/python/bt2/test_field.py \
        bindings/python/bt2/test_graph.py \
+       bindings/python/bt2/test_integer_range_set.py \
        bindings/python/bt2/test_message_iterator.py \
        bindings/python/bt2/test_message.py \
        bindings/python/bt2/test_packet.py \
@@ -116,7 +118,7 @@ LOG_DRIVER = env AM_TAP_AWK='$(AWK)' \
             BT_TESTS_GREP_BIN="$(GREP)" \
             BT_TESTS_PYTHON_BIN="$(PYTHON)" \
             BT_TESTS_SED_BIN="$(SED)" \
-            $(SHELL) $(top_srcdir)/config/tap-driver.sh
+            $(SHELL) $(srcdir)/utils/tap-driver.sh
 
 TESTS_NO_BITFIELD = \
        $(TESTS_BINDINGS) \
This page took 0.024088 seconds and 4 git commands to generate.