X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=fd74535e1490aa6416282d5946a91b7acc33fdb6;hp=0851f63ac12168b0c745a64e8f192da3dc0f9662;hb=1a4a1345c93d716d50cf10e4717f4cc895e313c6;hpb=b5a8598f01c8e40163449bff173909eff824647b diff --git a/configure.ac b/configure.ac index 0851f63a..fd74535e 100644 --- a/configure.ac +++ b/configure.ac @@ -295,4 +295,11 @@ AC_CONFIG_FILES([ babeltrace.pc babeltrace-ctf.pc ]) + +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]) + AC_OUTPUT