From 7c126fbb8a0589f2a29f3e7c520723a2d74b254e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 1 Feb 2010 14:04:25 -0800 Subject: Rework and simplify the "lcov" support for the testsuite. --- tests/aes128.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/aes128.at') diff --git a/tests/aes128.at b/tests/aes128.at index 991f627f3..4818f5cd9 100644 --- a/tests/aes128.at +++ b/tests/aes128.at @@ -3,7 +3,7 @@ AT_BANNER([AES-128 unit tests]) m4_define([AES128_CHECK], [AT_SETUP([$1]) AT_KEYWORDS([aes128]) - OVS_CHECK_LCOV([test-aes128 $2 $3], [0], [$4 + AT_CHECK([test-aes128 $2 $3], [0], [$4 ], []) AT_CLEANUP]) -- cgit v1.2.1