Add Babeltrace 2 Python bindings tests
[babeltrace.git] / tests / Makefile.am
index 90340455a5cda7184abf78b8e60eaf0a7b94cc77..a07b136bbbbddac3c25791545bf2ddb61b7045ad 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = utils bin lib
+SUBDIRS = utils bin lib bindings
 
 LOG_DRIVER_FLAGS='--merge'
 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
@@ -33,5 +33,6 @@ endif
 if USE_PYTHON
 TESTS += bin/intersection/test_multi_trace_intersection.py \
        lib/writer/test_ctf_writer_no_packet_context.py \
-       lib/writer/test_ctf_writer_empty_packet.py
+       lib/writer/test_ctf_writer_empty_packet.py \
+       bindings/python/bt2/testall.sh
 endif
This page took 0.022844 seconds and 4 git commands to generate.