From bfdd5f7c38f655b22d9aaf6b9a6738220d2597cd Mon Sep 17 00:00:00 2001 From: Marco Miozzo Date: Thu, 27 Oct 2011 12:23:42 +0200 Subject: [PATCH] Udd lena-fading example as an example to run with test.py --- src/lte/test/examples-to-run.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lte/test/examples-to-run.py b/src/lte/test/examples-to-run.py index c62ccb3dd..aeecf61c7 100644 --- a/src/lte/test/examples-to-run.py +++ b/src/lte/test/examples-to-run.py @@ -1,4 +1,5 @@ #! /usr/bin/env python +# -*- coding: utf-8 -*- ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain @@ -12,6 +13,7 @@ cpp_examples = [ ("inter-cell-interference", "True", "True"), ("lena-rlc-calculator", "True", "True"), ("profiling-reference", "False", "False"), + ("lena-fading", "True", "True"), ] # A list of Python examples to run in order to ensure that they remain