Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / workunits / Makefile
1 DIRS = direct_io fs
2
3 all:
4         for d in $(DIRS) ; do ( cd $$d ; $(MAKE) all ) ; done