Whamcloud - gitweb
EX-4539 lipe: add lipe_find3
authorJohn L. Hammond <jhammond@whamcloud.com>
Tue, 8 Feb 2022 14:20:11 +0000 (08:20 -0600)
committerJohn L. Hammond <jhammond@whamcloud.com>
Thu, 10 Mar 2022 17:25:41 +0000 (17:25 +0000)
commit7defb83c760b983ccfe16626a5a4e022f91d5222
tree9cc15a795a4b579dbf6141796897c6946632bc1a
parent6d4df8ec4a4fe930f1def48576856c704fad11fb
EX-4539 lipe: add lipe_find3

Add a lipe_find3 wrapper around the lipe_scan3 scanner and test script
sanity-lipe-find3.sh.

Test-Parameters: trivial testlist=sanity-lipe-find3
Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I2259170e8b71a94394009aeaf9878a17c2a3fa6d
Reviewed-on: https://review.whamcloud.com/46417
Tested-by: jenkins <devops@whamcloud.com>
22 files changed:
lipe/Makefile.am
lipe/configure.ac
lipe/lipe.spec.in
lipe/src/lipe_find3/.gitignore [new file with mode: 0644]
lipe/src/lipe_find3/Makefile.am [new file with mode: 0644]
lipe/src/lipe_find3/NOTES [new file with mode: 0644]
lipe/src/lipe_find3/bison-3.8.2.tar.gz [new file with mode: 0644]
lipe/src/lipe_find3/find-actions.txt [new file with mode: 0644]
lipe/src/lipe_find3/find-tests.txt [new file with mode: 0644]
lipe/src/lipe_find3/lf3_debug.h [new file with mode: 0644]
lipe/src/lipe_find3/lf3_lexer.h [new file with mode: 0644]
lipe/src/lipe_find3/lf3_lexer.l [new file with mode: 0644]
lipe/src/lipe_find3/lf3_parse.y [new file with mode: 0644]
lipe/src/lipe_find3/lf3_parse_format.c [new file with mode: 0644]
lipe/src/lipe_find3/lf3_parse_format.h [new file with mode: 0644]
lipe/src/lipe_find3/lf3_printf.c [new file with mode: 0644]
lipe/src/lipe_find3/lf3_printf.h [new file with mode: 0644]
lipe/src/lipe_find3/lipe/find.scm [new file with mode: 0644]
lipe/src/lipe_find3/lipe_scan3_mock.scm [new file with mode: 0755]
lipe/src/lipe_find3/xmalloc.h [new file with mode: 0644]
lustre/tests/Makefile.am
lustre/tests/sanity-lipe-find3.sh [new file with mode: 0644]