From 959bc24b0a045196595f9a1b3872fefb34fd8b01 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Thu, 18 Feb 2016 11:24:15 -0700 Subject: [PATCH] autotest: run ioat_ut under Valgrind Change-Id: I235bd39c0f4c85f12db20a87976ce73cfdb89bc2 Signed-off-by: Daniel Verkamp --- test/lib/ioat/ioat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/ioat/ioat.sh b/test/lib/ioat/ioat.sh index 0cc3f14f5..d88fbd161 100755 --- a/test/lib/ioat/ioat.sh +++ b/test/lib/ioat/ioat.sh @@ -9,7 +9,7 @@ source $rootdir/scripts/autotest_common.sh timing_enter ioat timing_enter unit -$testdir/unit/ioat_ut +$valgrind $testdir/unit/ioat_ut timing_exit unit timing_enter perf