46f8352a67d3668ab2978fd55cb64de14ea3a69f
[babeltrace.git] / tests / bin / Makefile.am
1 noinst_SCRIPTS = test_trace_read test_intersection test_packet_seq_num
2 CLEANFILES = $(noinst_SCRIPTS)
3 EXTRA_DIST = test_trace_read.in
4
5 $(noinst_SCRIPTS): %: %.in
6 sed "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@
7 chmod +x $@
This page took 0.029031 seconds and 3 git commands to generate.