X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2FMakefile.am;h=aad80c0c55b858913912e3fae1593b61dbafe501;hb=de3fb4cda5aa1f33588e01e8d09ffdc01977273f;hp=a31d9be8b459cb903a1681bbc752e0c162f280d6;hpb=bb8744a782609885058d15ec0cacc57791801b4a;p=babeltrace.git diff --git a/tests/bindings/python/bt2/Makefile.am b/tests/bindings/python/bt2/Makefile.am index a31d9be8..aad80c0c 100644 --- a/tests/bindings/python/bt2/Makefile.am +++ b/tests/bindings/python/bt2/Makefile.am @@ -1,6 +1,4 @@ -check_SCRIPTS = testall.sh EXTRA_DIST = \ - $(check_SCRIPTS) \ test_clock_class.py \ test_clock_class_priority_map.py \ test_component.py \ @@ -27,5 +25,5 @@ LOG_DRIVER_FLAGS='--merge' LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh if ENABLE_PYTHON_BINDINGS -TESTS = testall.sh +TESTS = test_python_bt2 endif