diff options
author | Filipe Brandenburger <filbranden@google.com> | 2015-10-28 07:57:11 -0700 |
---|---|---|
committer | Filipe Brandenburger <filbranden@google.com> | 2015-10-28 08:16:00 -0700 |
commit | 23a3c916179873d755b863d14b14c6e7f4d0f2de (patch) | |
tree | cb4cc84c748aeb74929a53d0dd65f4c81d9eaebf /.gitignore | |
parent | d8c3019b02051bb3252bb9054cde340124bf274f (diff) |
test-extract-word: Move extract-word tests into their own test case
Tests for the functions defined in src/basic/extract-word.c.
Tested that `make check` still passes as expected.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e50adabdb3..ac991f95fc 100644 --- a/.gitignore +++ b/.gitignore @@ -188,6 +188,7 @@ /test-env-replace /test-event /test-execute +/test-extract-word /test-fdset /test-fileio /test-firewall-util |