rename IPL4_example to NFCT_teestsuite

This commit is contained in:
Harald Welte 2017-07-09 20:35:36 +01:00
parent 3ee85fb8e4
commit 577c373ead
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# This Makefile was generated by the Makefile Generator
# of the TTCN-3 Test Executor version CRL 113 200/6 R2A
# for Harald Welte (laforge@nataraja) on Fri Jul 7 19:19:20 2017
# for Harald Welte (laforge@nataraja) on Sun Jul 9 20:36:24 2017
# Copyright (c) 2000-2017 Ericsson Telecom AB
@ -67,15 +67,15 @@ ARCHIVE_DIR = backup
#
# TTCN-3 modules of this project:
TTCN3_MODULES = IPL4_example.ttcn CommonDefs.ttcn General_Types.ttcn IP_Types.ttcn NetfilterConntrack_Functions.ttcn TCCConversion_Functions.ttcn TCCInterface_Functions.ttcn TCP_Types.ttcn TunDevice_PortType.ttcn TunDevice_Types.ttcn UDP_Types.ttcn UsefulTtcn3Types.ttcn XSD.ttcn http_www_netfilter_org_xml_libnetfilter_conntrack.ttcn
TTCN3_MODULES = NFCT_testsuite.ttcn CommonDefs.ttcn General_Types.ttcn IP_Types.ttcn NetfilterConntrack_Functions.ttcn TCCConversion_Functions.ttcn TCCInterface_Functions.ttcn TCP_Option.ttcn TCP_Types.ttcn TunDevice_PortType.ttcn TunDevice_Types.ttcn UDP_Types.ttcn UsefulTtcn3Types.ttcn XSD.ttcn http_www_netfilter_org_xml_libnetfilter_conntrack.ttcn
# ASN.1 modules of this project:
ASN1_MODULES =
# C++ source & header files generated from the TTCN-3 & ASN.1 modules of
# this project:
GENERATED_SOURCES = IPL4_example.cc CommonDefs.cc General_Types.cc IP_Types.cc NetfilterConntrack_Functions.cc TCCConversion_Functions.cc TCCInterface_Functions.cc TCP_Types.cc TunDevice_PortType.cc TunDevice_Types.cc UDP_Types.cc UsefulTtcn3Types.cc XSD.cc http_www_netfilter_org_xml_libnetfilter_conntrack.cc
GENERATED_HEADERS = IPL4_example.hh CommonDefs.hh General_Types.hh IP_Types.hh NetfilterConntrack_Functions.hh TCCConversion_Functions.hh TCCInterface_Functions.hh TCP_Types.hh TunDevice_PortType.hh TunDevice_Types.hh UDP_Types.hh UsefulTtcn3Types.hh XSD.hh http_www_netfilter_org_xml_libnetfilter_conntrack.hh
GENERATED_SOURCES = NFCT_testsuite.cc CommonDefs.cc General_Types.cc IP_Types.cc NetfilterConntrack_Functions.cc TCCConversion_Functions.cc TCCInterface_Functions.cc TCP_Option.cc TCP_Types.cc TunDevice_PortType.cc TunDevice_Types.cc UDP_Types.cc UsefulTtcn3Types.cc XSD.cc http_www_netfilter_org_xml_libnetfilter_conntrack.cc
GENERATED_HEADERS = NFCT_testsuite.hh CommonDefs.hh General_Types.hh IP_Types.hh NetfilterConntrack_Functions.hh TCCConversion_Functions.hh TCCInterface_Functions.hh TCP_Option.hh TCP_Types.hh TunDevice_PortType.hh TunDevice_Types.hh UDP_Types.hh UsefulTtcn3Types.hh XSD.hh http_www_netfilter_org_xml_libnetfilter_conntrack.hh
# C/C++ Source & header files of Test Ports, external functions and
# other modules:
@ -85,7 +85,7 @@ USER_HEADERS = TunDevice_PT.hh
# Object files of this project that are needed for the executable test suite:
OBJECTS = $(GENERATED_OBJECTS) $(USER_OBJECTS)
GENERATED_OBJECTS = IPL4_example.o CommonDefs.o General_Types.o IP_Types.o NetfilterConntrack_Functions.o TCCConversion_Functions.o TCCInterface_Functions.o TCP_Types.o TunDevice_PortType.o TunDevice_Types.o UDP_Types.o UsefulTtcn3Types.o XSD.o http_www_netfilter_org_xml_libnetfilter_conntrack.o
GENERATED_OBJECTS = NFCT_testsuite.o CommonDefs.o General_Types.o IP_Types.o NetfilterConntrack_Functions.o TCCConversion_Functions.o TCCInterface_Functions.o TCP_Option.o TCP_Types.o TunDevice_PortType.o TunDevice_Types.o UDP_Types.o UsefulTtcn3Types.o XSD.o http_www_netfilter_org_xml_libnetfilter_conntrack.o
USER_OBJECTS = IP_EncDec.o NetfilterConntrack.o TCCConversion.o TCCInterface.o TCP_EncDec.o TunDevice_PT.o UDP_EncDec.o
@ -94,7 +94,7 @@ USER_OBJECTS = IP_EncDec.o NetfilterConntrack.o TCCConversion.o TCCInterface.o T
OTHER_FILES = Makefile
# The name of the executable test suite:
EXECUTABLE = IPL4_example
EXECUTABLE = NFCT_testsuite

View File

@ -1,7 +1,7 @@
/* netfilter connection tracking testsuite in TTCN-3
* (C) 2017 by Harald Welte <laforge@gnumonks.org>
* Licensed under GNU GPLv2 */
module IPL4_example {
module NFCT_testsuite {
import from General_Types all;
import from IP_Types all;

View File

@ -2,7 +2,7 @@
FILES="*.ttcn *.cc *.hh"
ttcn3_makefilegen -f IPL4_example.ttcn $FILES
ttcn3_makefilegen -f NFCT_testsuite.ttcn $FILES
sed -i -e 's/# TTCN3_DIR = /TTCN3_DIR = \/usr/' Makefile
sed -i -e 's/LDFLAGS = /LDFLAGS = -L \/usr\/lib\/titan `pkg-config --libs libnetfilter_conntrack`/' Makefile
sed -i -e 's/TTCN3_LIB = ttcn3-parallel/TTCN3_LIB = ttcn3/' Makefile