Skip to content

Commit 4c3535f

Browse files
committed
Add Au test for TSVConnFdCreate().
1 parent 66412f0 commit 4c3535f

File tree

6 files changed

+434
-1
lines changed

6 files changed

+434
-1
lines changed

include/tscpp/api/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ library_include_HEADERS = \
2222
AsyncHttpFetch.h \
2323
AsyncTimer.h \
2424
CaseInsensitiveStringComparator.h \
25+
Cleanup.h \
2526
ClientRequest.h \
2627
Continuation.h \
2728
GlobalPlugin.h \

plugins/xdebug/xdebug.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include "tscore/ink_defs.h"
3636
#include "tscpp/util/PostScript.h"
3737
#include "tscpp/util/TextView.h"
38-
#include "Cleanup.h"
38+
#include "tscpp/api/Cleanup.h"
3939

4040
namespace
4141
{

tests/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ include gold_tests/bigobj/Makefile.inc
3434
include gold_tests/continuations/plugins/Makefile.inc
3535
include gold_tests/chunked_encoding/Makefile.inc
3636
include gold_tests/pluginTest/tsapi/Makefile.inc
37+
include gold_tests/pluginTest/TSVConnFd/Makefile.inc
3738
include gold_tests/timeout/Makefile.inc
3839
include gold_tests/tls/Makefile.inc
3940
include tools/plugins/Makefile.inc
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
17+
noinst_LTLIBRARIES += gold_tests/pluginTest/TSVConnFd/TSVConnFd.la
18+
gold_tests_pluginTest_TSVConnFd_TSVConnFd_la_SOURCES = gold_tests/pluginTest/TSVConnFd/TSVConnFd.cc

0 commit comments

Comments
 (0)