Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzz test xdir #47

Merged
merged 4 commits into from
Jun 30, 2014
Merged

Fuzz test xdir #47

merged 4 commits into from
Jun 30, 2014

Conversation

masatake
Copy link
Member

Support extra input directory for fuzz-testing.

masatake added 4 commits June 30, 2014 01:45
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
fuzz target dealt with all parsers, therefore it takes long time.
This optoin is helpful if you want to run the fuzz-test for a specified
parser.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Files under the directories enumerated with FUZZ_SRC_DIRS
are used as input for fuzz target.

e.g.

	$ make -f testing.mak FUZZ_SRC_DIRS=/usr/src/debug

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
masatake added a commit that referenced this pull request Jun 30, 2014
add option parameter for adding extra input directories for fuzz-testing
@masatake masatake merged commit 6f86d77 into universal-ctags:deploy Jun 30, 2014
@masatake masatake deleted the fuzz-test-xdir branch June 30, 2014 02:54
@masatake masatake mentioned this pull request Nov 29, 2014
masatake pushed a commit to masatake/ctags that referenced this pull request Mar 12, 2020
Add build_nmake script for building with nmake
masatake added a commit to masatake/ctags that referenced this pull request Dec 17, 2022
4eee45ec6 Merge pull request universal-ctags#48 from masatake/unescaping-input-field-only-when-slash
15b9503ba Read the input field with unescaping if TAG_OUTPUT_MODE is "u-ctags" and TAG_OUTPUT_FILESEP is "slash"
93e0c73d4 Merge pull request universal-ctags#47 from masatake/unescaping-input-field
687f3d9ad Read the input field with unescaping if TAG_OUTPUT_MODE is "u-ctags"
3517d2e68 Use smaller data types for some members in tagFile
93bdb3226 Add a helper function for unescaping
3fb676fde Make macros for comparing field values reusable

git-subtree-dir: libreadtags
git-subtree-split: 4eee45ec6f4fedb506a9a14b33e97904ec1f09d8
masatake added a commit to masatake/ctags that referenced this pull request Dec 25, 2022
4eee45ec6 Merge pull request universal-ctags#48 from masatake/unescaping-input-field-only-when-slash
15b9503ba Read the input field with unescaping if TAG_OUTPUT_MODE is "u-ctags" and TAG_OUTPUT_FILESEP is "slash"
93e0c73d4 Merge pull request universal-ctags#47 from masatake/unescaping-input-field
687f3d9ad Read the input field with unescaping if TAG_OUTPUT_MODE is "u-ctags"
3517d2e68 Use smaller data types for some members in tagFile
93bdb3226 Add a helper function for unescaping
3fb676fde Make macros for comparing field values reusable

git-subtree-dir: libreadtags
git-subtree-split: 4eee45ec6f4fedb506a9a14b33e97904ec1f09d8
masatake added a commit to masatake/ctags that referenced this pull request Dec 25, 2022
4eee45ec6 Merge pull request universal-ctags#48 from masatake/unescaping-input-field-only-when-slash
15b9503ba Read the input field with unescaping if TAG_OUTPUT_MODE is "u-ctags" and TAG_OUTPUT_FILESEP is "slash"
93e0c73d4 Merge pull request universal-ctags#47 from masatake/unescaping-input-field
687f3d9ad Read the input field with unescaping if TAG_OUTPUT_MODE is "u-ctags"
3517d2e68 Use smaller data types for some members in tagFile
93bdb3226 Add a helper function for unescaping
3fb676fde Make macros for comparing field values reusable

git-subtree-dir: libreadtags
git-subtree-split: 4eee45ec6f4fedb506a9a14b33e97904ec1f09d8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant