X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=ce8c2ef938402c15ae5d077cac672ff6355d20f5;hp=b161828ab55f16c42a1ce3109e0c227da7587e9e;hb=4369fbb4d54e3d880b63d20a085517150d27236a;hpb=be446efdfc178c00f39fc134f59d29a545eb4837 diff --git a/configure.ac b/configure.ac index b161828a..ce8c2ef9 100644 --- a/configure.ac +++ b/configure.ac @@ -303,8 +303,10 @@ AC_CONFIG_FILES([ babeltrace-ctf.pc ]) +AC_CONFIG_FILES([tests/lib/test_ctf_writer_complete], [chmod +x tests/lib/test_ctf_writer_complete]) AC_CONFIG_FILES([tests/lib/test_seek_big_trace], [chmod +x tests/lib/test_seek_big_trace]) AC_CONFIG_FILES([tests/lib/test_seek_empty_packet], [chmod +x tests/lib/test_seek_empty_packet]) + AC_CONFIG_FILES([tests/bin/test_trace_read], [chmod +x tests/bin/test_trace_read]) AC_CONFIG_FILES([tests/bin/test_intersection], [chmod +x tests/bin/test_intersection]) AC_CONFIG_FILES([tests/bin/test_packet_seq_num], [chmod +x tests/bin/test_packet_seq_num])