Fix: Remove test_seek_empty_packet and test_seek_big_trace from SCRIPT_LIST
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 28 Apr 2016 02:52:18 +0000 (22:52 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 3 May 2016 19:42:42 +0000 (15:42 -0400)
commitd1ab320a342f31d729f7f943ddac8adabef2ab21
treee94ce84884d6c2073e8b296999e7055ededff60c
parent97e67ce62f3c22ae37e6f31974f881fbb5cf3cb9
Fix: Remove test_seek_empty_packet and test_seek_big_trace from SCRIPT_LIST

Since these files are generated by autoconf, they shouldn't be included
in SCRIPT_LIST, which is the list of scripts to copy from the source
directory to the build directory.  This gets rid of these warnings when
building out of tree:

  cp: cannot stat '/home/simark/src/babeltrace/tests/lib/test_seek_big_trace': No such file or directory
  cp: cannot stat '/home/simark/src/babeltrace/tests/lib/test_seek_empty_packet': No such file or directory

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/lib/Makefile.am
This page took 0.025098 seconds and 4 git commands to generate.