From 254b036dff8ac1ffc663788766de999a2837dc7e Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Thu, 7 Apr 2016 10:04:34 +0200 Subject: Add unit test infrastructure for LISP protocol Change-Id: I802700ad832de1dc6f4a1981e8985aa6e926c8ad Signed-off-by: Filip Tehlar --- vnet/test/lisp-gpe/test.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vnet/test/lisp-gpe/test.c (limited to 'vnet/test/lisp-gpe/test.c') 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; +} -- cgit 1.2.3-korg