diff options
author | Ondřej Surý <ondrej@sury.org> | 2017-09-20 14:02:07 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2017-10-02 16:49:29 +0200 |
commit | fe1454bb7dbde99e4f8569ec339ff1f71852414f (patch) | |
tree | 6fae12f76b51e0c510cb5d1a887ed86e518b81bb /.gitmodules | |
parent | Automatically checkout the submodules when doing GitLab CI builds (diff) | |
download | knot-fe1454bb7dbde99e4f8569ec339ff1f71852414f.tar.xz knot-fe1454bb7dbde99e4f8569ec339ff1f71852414f.zip |
Add better support for LLVM libFuzzer packet parser tests
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..0d4f4f0c7 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tests-fuzz/packet_libfuzzer.in"] + path = tests-fuzz/packet_libfuzzer.in + url = ../fuzzing/packet_libfuzzer.in.git |