Documentation: update lists of systems and networks supported
[charm.git] / examples / common.mk
blob7e059e9f645781919fb4ce2b312c516b8e599f5a
1 ifneq ($(wildcard ../../../bin/.),)
2 run = ../../../bin/testrun $(1) $(TESTOPTS)
3 else
4 run = ../../../../bin/testrun $(1) $(TESTOPTS)
5 endif