Introduce empty rcu test
[libside.git] / tests / Makefile
CommitLineData
80a8b8dd
MD
1SUBDIRS := regression/
2
3all: $(SUBDIRS)
4$(SUBDIRS):
5 $(MAKE) -C $@
6
7clean:
8 $(MAKE) clean -C regression/
9
10.PHONY: all $(SUBDIRS) clean clean-$(SUBDIRS)
This page took 0.051981 seconds and 4 git commands to generate.