1
1
mirror of https://github.com/tstack/lnav.git synced 2024-10-26 13:16:11 +03:00

[build] make dist fixes

This commit is contained in:
Timothy Stack 2014-11-03 20:41:38 -08:00
parent 0d6f067aab
commit c7cd0961ab
6 changed files with 22 additions and 3 deletions

View File

@ -72,7 +72,9 @@ noinst_HEADERS = \
bookmarks.hh \
bottom_status_source.hh \
byte_array.hh \
chunky_index.hh \
column_namer.hh \
concise_index.hh \
data_scanner.hh \
data_parser.hh \
default-log-formats-json.hh \

View File

@ -404,7 +404,9 @@ noinst_HEADERS = \
bookmarks.hh \
bottom_status_source.hh \
byte_array.hh \
chunky_index.hh \
column_namer.hh \
concise_index.hh \
data_scanner.hh \
data_parser.hh \
default-log-formats-json.hh \

View File

@ -169,6 +169,8 @@ dist_noinst_SCRIPTS = \
test_data_parser.sh \
test_grep_proc.sh \
test_json_format.sh \
test_json_op.sh \
test_json_ptr_walk.sh \
test_line_buffer.sh \
test_listview.sh \
test_logfile.sh \
@ -208,13 +210,16 @@ dist_noinst_DATA = \
logfile_access_log.0 \
logfile_access_log.1 \
logfile_empty.0 \
logfile_for_join.0 \
logfile_generic.0 \
logfile_glog.0 \
logfile_json.json \
logfile_multiline.0 \
logfile_openam.0 \
logfile_strace_log.0 \
logfile_syslog.0 \
logfile_syslog.1 \
logfile_syslog.2 \
logfile_tcf.0 \
logfile_tcf.1 \
logfile_tcsh_history.0 \
@ -277,7 +282,9 @@ DISTCLEANFILES = \
*.index \
*.tmp \
*.gz \
*.bz2
*.bz2 \
truncfile.0 \
test.log
distclean-local:
rm -rf sessions

View File

@ -751,6 +751,8 @@ dist_noinst_SCRIPTS = \
test_data_parser.sh \
test_grep_proc.sh \
test_json_format.sh \
test_json_op.sh \
test_json_ptr_walk.sh \
test_line_buffer.sh \
test_listview.sh \
test_logfile.sh \
@ -790,13 +792,16 @@ dist_noinst_DATA = \
logfile_access_log.0 \
logfile_access_log.1 \
logfile_empty.0 \
logfile_for_join.0 \
logfile_generic.0 \
logfile_glog.0 \
logfile_json.json \
logfile_multiline.0 \
logfile_openam.0 \
logfile_strace_log.0 \
logfile_syslog.0 \
logfile_syslog.1 \
logfile_syslog.2 \
logfile_tcf.0 \
logfile_tcf.1 \
logfile_tcsh_history.0 \
@ -825,7 +830,9 @@ DISTCLEANFILES = \
*.index \
*.tmp \
*.gz \
*.bz2
*.bz2 \
truncfile.0 \
test.log
all: all-am

View File

@ -31,7 +31,7 @@ cat "${top_srcdir}/src/"*.hh "${top_srcdir}/src/"*.cc > lb-2.dat
grep -b '$' lb-2.dat | cut -f 1 -d : > lb.index
line_count=`wc -l lb-2.dat`
run_test ./drive_line_buffer -i lb.index -n 100 lb-2.dat
run_test ./drive_line_buffer -i lb.index -n 10 lb-2.dat
check_output "Random reads don't match input?" <<EOF
All done

View File

@ -191,6 +191,7 @@ check_output "glog_log level interpreted incorrectly?" <<EOF
EOF
cp ${srcdir}/logfile_syslog.0 truncfile.0
chmod u+w truncfile.0
run_test ${lnav_test} -n \
-c ";update syslog_log set log_mark = 1 where log_line = 1" \