diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2016-04-07 10:04:34 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2016-04-12 11:47:39 +0000 |
commit | 254b036dff8ac1ffc663788766de999a2837dc7e (patch) | |
tree | 8bb19e5a1d3503cc4c13803c99cd43dc52a8cb22 /vnet/test/lisp-gpe | |
parent | 42f2006975c5a0ea58c835df4461213072f8813f (diff) |
Add unit test infrastructure for LISP protocol
Change-Id: I802700ad832de1dc6f4a1981e8985aa6e926c8ad
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'vnet/test/lisp-gpe')
-rw-r--r-- | vnet/test/lisp-gpe/test.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vnet/test/lisp-gpe/test.c b/vnet/test/lisp-gpe/test.c new file mode 100644 index 00000000000..dde633ae4a3 --- /dev/null +++ b/vnet/test/lisp-gpe/test.c @@ -0,0 +1,18 @@ +/* + * Copyright (c) 2016 Cisco and/or its affiliates. + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at: + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +int main(int argc, char **argv) { + return 0; +} |