From e97797789d223ae6b828b6e1eb1e0a6bddfa87aa Mon Sep 17 00:00:00 2001 From: jand Date: Mon, 28 Jul 2003 10:51:31 +0000 Subject: [PATCH] concat test added --- myhdl/test_all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/myhdl/test_all.py b/myhdl/test_all.py index b6455cd4..386b8482 100644 --- a/myhdl/test_all.py +++ b/myhdl/test_all.py @@ -24,10 +24,10 @@ __revision__ = "$Revision$" __date__ = "$Date$" import test_Simulation, test_Signal, test_intbv, test_Cosimulation, test_misc, \ - test_always_comb, test_bin, test_trace_sigs, test_enum + test_always_comb, test_bin, test_trace_sigs, test_enum, test_concat modules = (test_Simulation, test_Signal, test_intbv, test_misc, test_always_comb, - test_bin, test_trace_sigs, test_enum + test_bin, test_trace_sigs, test_enum, test_concat ) import unittest