From d7830591c7af9e78121ec5af69831b9dcd2afc1a Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 14 Aug 2012 17:08:12 -0400 Subject: [PATCH] Activate streaming tests in make check Signed-off-by: David Goulet --- tests/tools/runall.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/tools/runall.sh b/tests/tools/runall.sh index 5231db08c..ca44fef0e 100755 --- a/tests/tools/runall.sh +++ b/tests/tools/runall.sh @@ -2,10 +2,8 @@ DIR=$(dirname $0) -tests=( $DIR/test_kernel_data_trace $DIR/test_sessions $DIR/test_ust_data_trace ) - -# Disable for now until they all pass and the problem are fixed -# $DIR/streaming/runall +tests=( $DIR/test_kernel_data_trace $DIR/test_sessions $DIR/test_ust_data_trace \ + $DIR/streaming/runall ) exit_code=0 -- 2.34.1