Tests: use templates for stream intersection and packet_seq_num
[babeltrace.git] / tests / bin / Makefile.am
CommitLineData
085d1d9f 1noinst_SCRIPTS = test_trace_read test_intersection test_packet_seq_num
fd6533cb 2CLEANFILES = $(noinst_SCRIPTS)
3a25c1e8 3EXTRA_DIST = test_trace_read.in test_intersection.in test_packet_seq_num.in
15553d19 4
fd6533cb 5$(noinst_SCRIPTS): %: %.in
00684092 6 sed "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@
fd6533cb 7 chmod +x $@
This page took 0.023199 seconds and 4 git commands to generate.