From 73018522f4ce1660e0825336e193394b70837eaf Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 3 Jun 2021 16:16:41 +0200 Subject: [PATCH] move SIMTRACE_{Types,Templates,Emulation}.ttcn to library this will allow us to us SIMTRACE as part of a test suite testing e.g. CCID readers. Change-Id: I4349019e2deac114f4c040f1441b70663a521ec2 --- {simtrace => library}/SIMTRACE_Emulation.ttcn | 0 {simtrace => library}/SIMTRACE_Templates.ttcn | 0 {simtrace => library}/SIMTRACE_Types.ttcn | 0 simtrace/gen_links.sh | 1 + 4 files changed, 1 insertion(+) rename {simtrace => library}/SIMTRACE_Emulation.ttcn (100%) rename {simtrace => library}/SIMTRACE_Templates.ttcn (100%) rename {simtrace => library}/SIMTRACE_Types.ttcn (100%) diff --git a/simtrace/SIMTRACE_Emulation.ttcn b/library/SIMTRACE_Emulation.ttcn similarity index 100% rename from simtrace/SIMTRACE_Emulation.ttcn rename to library/SIMTRACE_Emulation.ttcn diff --git a/simtrace/SIMTRACE_Templates.ttcn b/library/SIMTRACE_Templates.ttcn similarity index 100% rename from simtrace/SIMTRACE_Templates.ttcn rename to library/SIMTRACE_Templates.ttcn diff --git a/simtrace/SIMTRACE_Types.ttcn b/library/SIMTRACE_Types.ttcn similarity index 100% rename from simtrace/SIMTRACE_Types.ttcn rename to library/SIMTRACE_Types.ttcn diff --git a/simtrace/gen_links.sh b/simtrace/gen_links.sh index 72787b904..eef1fead6 100755 --- a/simtrace/gen_links.sh +++ b/simtrace/gen_links.sh @@ -15,6 +15,7 @@ gen_links $DIR $FILES DIR=../library FILES="Misc_Helpers.ttcn General_Types.ttcn Osmocom_Types.ttcn " FILES+="Native_Functions.ttcn Native_FunctionDefs.cc " +FILES+="SIMTRACE_Types.ttcn SIMTRACE_Templates.ttcn SIMTRACE_Emulation.ttcn " gen_links $DIR $FILES ignore_pp_results