summaryrefslogtreecommitdiff
path: root/tests/unit_tests/Makefile.am
blob: f27cd90fd87e2e47f6ace1913dbe8bf620cb148d (plain)
1
2
3
4
5
6
7
8
AUTOMAKE_OPTIONS = foreign

if ENABLE_UNITTESTS
SUBDIRS = example_test openvpn plugins
if OPENSSL_ENGINE
SUBDIRS += engine-key
endif
endif