Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC TTCN-3 Test Suite
Commits
125c42a7
Commit
125c42a7
authored
Apr 02, 2021
by
YannGarcia
Browse files
Add t3q tool
parent
c6e65193
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
125c42a7
...
...
@@ -92,6 +92,11 @@ regen: force_regen $(outdir)/.generate
force_regen
:
rm
-f
$(outdir)
/.generate
t3q
:
all
@
echo
"Code checking in progress..."
@
java
-Xmx3g
-Xss512m
-jar
$(T3Q_PATH)
/t3q.jar
--config
$(T3Q_PATH)
/
$(T3Q_CONFIG)
$(tt_sources)
>
$(outdir)
/t3q.out 2>&1
;
cd
-
@
echo
"Code checking in done"
$(outdir) $(bindir)
:
mkdir
-p
$@
...
...
config.mk
View file @
125c42a7
#TTCN3_DIR
:
= /cygdrive/c/Tools/Titan
#WPCAP_DLL_PATH := /cygdrive/c/windows/system32/npcap/wpcap.dll
#NPCAP_INCLUDE := /cygdrive/c/PROGRA~1/Npcap/sdk/include
#T3Q=./tools/t3q-v2.0.0b30/t3q.bat
T3Q_PATH
=
./tools/t3q-v2.0.0b30
T3Q_CONFIG
=
t3q.cfg
tools/t3q-v2.0.0b30/t3q.cfg
0 → 100644
View file @
125c42a7
This diff is collapsed.
Click to expand it.
tools/t3q-v2.0.0b30/t3q.jar
0 → 100644
View file @
125c42a7
File added
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment