aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: 7581ea958598f546b3b6465cec87b1974112cf98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Python testing
if ENABLE_VTY_TESTS
python-tests: $(BUILT_SOURCES)
	osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
	osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v

else
python-tests: $(BUILT_SOURCES)
	@echo "Not running python-based tests (determined at configure-time)"
endif

check-local: $(BUILT_SOURCES)
	$(MAKE) $(AM_MAKEFLAGS) python-tests