tests: Add test suite for packets.h.
authorJustin Pettit <jpettit@nicira.com>
Sat, 15 Jan 2011 19:12:12 +0000 (11:12 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 1 Feb 2011 21:43:14 +0000 (13:43 -0800)
commitf696f12fbe84f49d650f48c45ce1a24b94547ad2
tree09dc4e69765e198b04d7c5b14fcde782174dceea
parent71e17a7a77ab8f2e653afe72c0136b1d8986c4d4
tests: Add test suite for packets.h.

This only tests ip_is_cidr(), since that is the only tricky function
currently defined.  This will get more use once IPv6 functions are
added.
tests/.gitignore
tests/automake.mk
tests/library.at
tests/test-packets.c [new file with mode: 0644]