1mydir=appl$(S)sample 2SUBDIRS = sclient sserver 3BUILDTOP=$(REL)..$(S).. 4 5check-pytests: 6 $(RUNPYTEST) $(srcdir)/t_sample.py $(PYTESTFLAGS) 7