diff options
| author | lijia <[email protected]> | 2019-07-11 15:43:58 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2019-07-11 15:43:58 +0800 |
| commit | dec8ec060968b07f41cfff1f4d796e6289c124f5 (patch) | |
| tree | 927966feb55d9b670d40c10c115fcab0221dfe8b /.gitmodules | |
| parent | 44602c687abf4bdf84644f9438e2ea792c04818c (diff) | |
增加submodule/benchmark_pcap, submodule/sapp_module_test.
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 0000000..d71b6e9 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "test/benchmark_pcap"] + path = test/benchmark_pcap + url = https://lijia:[email protected]/public_resources/benchmark_pcap.git +[submodule "test/sapp_module_test"] + path = test/sapp_module_test + url = https://lijia:[email protected]/Alpha_lib/sapp_module_test.git |
