blob: 7581ea958598f546b3b6465cec87b1974112cf98 [file] [log] [blame]
Holger Hans Peter Freytherbb007042013-07-28 16:15:41 +02001
2
3
4# Python testing
5if ENABLE_VTY_TESTS
6python-tests: $(BUILT_SOURCES)
7 osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
8 osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
9
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