Use LTTngUSTLogger logger plugin in logtest regression test LTTngUSTLogger
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 29 Jul 2016 19:02:25 +0000 (15:02 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 9 Aug 2016 14:45:40 +0000 (10:45 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
regression_test/logger/logtest/Makefile
regression_test/logger/logtest/Titan_LogTest.cfg

index dc43c4901e925a41a88200cd7893ed81383b5dcf..7a9fbc1d94c48ea3c5758cc9a9e4463420d6c27c 100644 (file)
@@ -57,7 +57,7 @@ endif
 COMPILER_FLAGS = -L  
 
 # Execution mode: (either ttcn3 or ttcn3-parallel)
-TTCN3_LIB = ttcn3-parallel
+TTCN3_LIB = ttcn3-parallel-dynamic
 
 # The path of your OpenSSL installation:
 # If you do not have your own one, leave it unchanged.
index c6527f1c34bcd7302979c72fe7eafcef951f9283..b07c5226b10e72a363ca747e400732ce448b03cd 100644 (file)
@@ -28,6 +28,7 @@ ConsoleMask := TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS
 SourceInfoFormat := Stack
 LogEventTypes := Detailed
 MatchingHints := Detailed
+LoggerPlugins := { LTTngUSTLogger := "liblttng-ust-logger" }
 
 #FileMask := LOG_ALL | TTCN_MATCHING | TTCN_DEBUG
 #ConsoleMask := LOG_ALL | TTCN_MATCHING | TTCN_DEBUG
This page took 0.026069 seconds and 5 git commands to generate.