summaryrefslogblamecommitdiffstats
path: root/tests/Makefile
blob: 16a229ff47afc6e9dfe449e3e437757d986ca5ac (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                 
                                                                           





            
                                                                           
 



                                                                           
     
                                                                           

           
SUBDIRS=	crypt eloop-bench

all: 
	for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@ || exit $$?; cd ..; done

install:

proginstall:

clean:
	for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@ || exit $$?; cd ..; done

distclean: clean
	rm -f *.diff *.patch *.orig *.rej
	for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@ || exit $$?; cd ..; done

test:
	for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@ || exit $$?; cd ..; done

tests: test