summaryrefslogtreecommitdiff
path: root/tests/aes128.at
diff options
context:
space:
mode:
authorAndy Zhou <azhou@nicira.com>2014-04-01 00:47:01 -0700
committerAndy Zhou <azhou@nicira.com>2014-04-03 11:17:17 -0700
commiteadd16449c6e5292603cf009d29ab0e249979717 (patch)
tree9fffd59e7f3668d844a9389c5ef75d73fa9c82d2 /tests/aes128.at
parent01fed651097a90ef9365ce6c2f16da2970a5444e (diff)
downloadopenvswitch-eadd16449c6e5292603cf009d29ab0e249979717.tar.gz
unit-test: Link 29 test programs into ovstest
Improve link speed by linking 29 test programs into ovstest. On my machine, running the following command against a fully built tree: $ touch lib/random.c; time make Improve the overall build time from 7 seconds to 3.5 seconds. Signed-off-by: Andy Zhou <azhou@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
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 4818f5cd9..6876dd23a 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])
- AT_CHECK([test-aes128 $2 $3], [0], [$4
+ AT_CHECK([ovstest test-aes128 $2 $3], [0], [$4
], [])
AT_CLEANUP])