Tests: fix OOT build by adding test scripts to noinst_SCRIPTS
[babeltrace.git] / tests / bin / Makefile.am
CommitLineData
a060551b 1noinst_SCRIPTS = test_trace_read test_intersection test_packet_seq_num
3b57d424
MJ
2CLEANFILES = $(noinst_SCRIPTS)
3EXTRA_DIST = test_trace_read.in
15553d19 4
3b57d424 5$(noinst_SCRIPTS): %: %.in
7d5f7a9a 6 sed "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@
3b57d424 7 chmod +x $@
This page took 0.028092 seconds and 4 git commands to generate.