asn1c/tests/Makefile.am

12 lines
256 B
Makefile
Raw Permalink Normal View History

2016-03-14 10:49:06 +00:00
2017-11-12 23:27:36 +00:00
# Tests are ordered in the rough order of the time it takes to go through them.
2017-10-01 17:12:10 +00:00
SUBDIRS = \
tests-asn1c-compiler \
tests-skeletons \
2017-11-12 23:27:36 +00:00
tests-asn1c-smoke \
2017-10-01 17:12:10 +00:00
tests-c-compiler \
tests-randomized
2017-08-10 21:59:15 +00:00
EXTRA_DIST = README
2016-03-14 10:49:06 +00:00