corrected bug in copy_structure3(). This caused bad encodings.
[libtasn1.git] / tests / Makefile.am
blob0ac13afdf958b3f8d90f34e3e703df963f8ebbc6
1 INCLUDES = -I../lib
3 EXTRA_DIST = Test_parser.asn Test_tree.asn Test_tree_asn1_tab.c
5 TESTS = Test_parser Test_tree
6 check_PROGRAMS = $(TESTS)
7 Test_parser_SOURCES = Test_parser.c  
8 Test_parser_LDADD = ../lib/libtasn1.la
10 Test_tree_SOURCES = Test_tree.c  
11 Test_tree_LDADD = ../lib/libtasn1.la
13 TESTS_ENVIRONMENT = \
14         ASN1PARSER=$(srcdir)/Test_parser.asn \
15         ASN1TREE=$(srcdir)/Test_tree.asn