unit-test: Link 29 test programs into ovstest
authorAndy Zhou <azhou@nicira.com>
Tue, 1 Apr 2014 07:47:01 +0000 (00:47 -0700)
committerAndy Zhou <azhou@nicira.com>
Thu, 3 Apr 2014 18:17:17 +0000 (11:17 -0700)
commiteadd16449c6e5292603cf009d29ab0e249979717
tree9fffd59e7f3668d844a9389c5ef75d73fa9c82d2
parent01fed651097a90ef9365ce6c2f16da2970a5444e
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>
46 files changed:
tests/aes128.at
tests/automake.mk
tests/bundle.at
tests/classifier.at
tests/file_name.at
tests/json.at
tests/jsonrpc.at
tests/library.at
tests/lockfile.at
tests/multipath.at
tests/odp.at
tests/ofproto-dpif.at
tests/ovsdb-server.at
tests/ovsdb-tool.at
tests/reconnect.at
tests/stp.at
tests/test-aes128.c
tests/test-atomic.c
tests/test-bundle.c
tests/test-byte-order.c
tests/test-classifier.c
tests/test-csum.c
tests/test-file_name.c
tests/test-flows.c
tests/test-hash.c
tests/test-hindex.c
tests/test-hmap.c
tests/test-json.c
tests/test-jsonrpc.c
tests/test-list.c
tests/test-lockfile.c
tests/test-multipath.c
tests/test-netflow.c
tests/test-odp.c
tests/test-packets.c
tests/test-random.c
tests/test-reconnect.c
tests/test-sflow.c
tests/test-sha1.c
tests/test-stp.c
tests/test-unix-socket.c
tests/test-util.c
tests/test-uuid.c
tests/test-vconn.c
tests/uuid.at
tests/vconn.at