summaryrefslogtreecommitdiff
path: root/tests/aes128.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-02-01 14:04:25 -0800
committerBen Pfaff <blp@nicira.com>2010-02-02 15:21:09 -0800
commit7c126fbb8a0589f2a29f3e7c520723a2d74b254e (patch)
tree3b0db7f29ddb7403fd8a192ac78652b535c09182 /tests/aes128.at
parenta778696338b85b86b31b9ec7d1a4daeda430aa8b (diff)
downloadopenvswitch-7c126fbb8a0589f2a29f3e7c520723a2d74b254e.tar.gz
Rework and simplify the "lcov" support for the testsuite.
Diffstat (limited to 'tests/aes128.at')
-rw-r--r--tests/aes128.at2
1 files changed, 1 insertions, 1 deletions
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])