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