blob: e23a40fd2430cccf0a9a58393a7876707f78166b [file] [log] [blame]
Harald Welte57f6b022012-06-14 21:05:44 +08001AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
2
Harald Weltee4050112013-01-11 17:49:22 +01003SUBDIRS = src examples
Kat7dac4862013-04-05 21:44:46 +02004EXTRA_DIST = osmoappdesc.py
5
6if ENABLE_VTY_TESTS
7python-tests: $(BUILT_SOURCES)
8 osmotestvty.py -p $(top_srcdir) -w $(builddir) -v
9 osmotestconfig.py -p $(top_srcdir) -w $(builddir) -v
10else
11python-tests: $(BUILT_SOURCES)
12 @echo "Not running python-based tests (determined at configure-time)"
13endif
14
15check-local: $(BUILT_SOURCES)
16 $(MAKE) $(AM_MAKEFLAGS) python-tests