diff options
author | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-15 11:53:02 +0200 |
---|---|---|
committer | srv <enmanuel.saravia.externo@pandero.com.pe> | 2025-05-15 11:53:02 +0200 |
commit | 692ca67859517f3896f2b39813a46220ac8b3998 (patch) | |
tree | 022a9a2e1f8959d6831c281e5242db11354d1074 /gtest/.nvchecker.toml | |
parent | 84d34fd85b33fb778df8940e2bfbd846c719cfa7 (diff) |
add aardvark-dns, add gtest, add mandown
Diffstat (limited to 'gtest/.nvchecker.toml')
-rw-r--r-- | gtest/.nvchecker.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtest/.nvchecker.toml b/gtest/.nvchecker.toml new file mode 100644 index 0000000..2bc4990 --- /dev/null +++ b/gtest/.nvchecker.toml @@ -0,0 +1,4 @@ +[gtest] +source = "git" +git = "https://github.com/google/googletest.git" +prefix = "v" |