Move asn1_test.c into tests subdirectory and split it in two
authorJouni Malinen <j@w1.fi>
Sun, 6 Dec 2009 14:45:36 +0000 (16:45 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 6 Dec 2009 14:45:36 +0000 (16:45 +0200)
commitab7ddc74ad39ab11de2b3082fc78a3549781aa24
tree5dbb629b43a63d9cc5f3353fa50eabed5a53448d
parent0e574b07f83c0595a71267e273de28c64187b1b6
Move asn1_test.c into tests subdirectory and split it in two

The new test-asn1 and test-x509 tools are built using libraries
from src/{utils,crypto,tls}. Currently, cross dependencies between
crypto and tls are still preventing the test-x509 from being linked
properly.
tests/.gitignore
tests/Makefile
tests/test-asn1.c [moved from src/tls/asn1_test.c with 93% similarity]
tests/test-x509.c [new file with mode: 0644]