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
This commit is contained in:
Harald Welte 2021-06-03 16:16:41 +02:00 committed by Eric Wild
parent 0f464d68a6
commit 73018522f4
4 changed files with 1 additions and 0 deletions

View File

@ -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