diff options
author | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-08-04 13:38:08 +0200 |
---|---|---|
committer | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-08-04 13:38:08 +0200 |
commit | ead0381593baa6ff4d98514a5040521093028b56 (patch) | |
tree | 220a9ff8b4eb8daef625a73480ed5a108cd6e879 /.gitmodules | |
parent | tests: libfaketime.dylib were added (diff) | |
download | knot-resolver-ead0381593baa6ff4d98514a5040521093028b56.tar.xz knot-resolver-ead0381593baa6ff4d98514a5040521093028b56.zip |
tests: added README.rst, libfaketime as a git submodule, fixed depends
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..a279829b --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "contrib/socket_wrapper"] + path = contrib/socket_wrapper + url = git://git.samba.org/socket_wrapper.git +[submodule "contrib/libfaketime"] + path = contrib/libfaketime + url = https://github.com/wolfcw/libfaketime.git |