Test the stream intersection feature
[babeltrace.git] / tests / bin / Makefile.am
CommitLineData
fd6533cb
MJ
1noinst_SCRIPTS = test_trace_read
2CLEANFILES = $(noinst_SCRIPTS)
3EXTRA_DIST = test_trace_read.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.022789 seconds and 4 git commands to generate.