babeltrace(1): escape '.' in PLUGIN.COMPCLS arguments
[babeltrace.git] / tests / Makefile.am
index 80d8d03baf02b60d8c8f4c4fdc939f7c08c6dce7..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) \
@@ -31,6 +31,8 @@ TESTS += lib/test_dwarf_complete \
 endif
 
 if USE_PYTHON
-TESTS += bin/intersection/test_multi_trace_intersection.py
-TESTS += lib/writer/test_ctf_writer_no_packet_context.py
+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 \
+       bindings/python/bt2/testall.sh
 endif
This page took 0.024411 seconds and 4 git commands to generate.