Bug #1850: Fix parsing of compound arguments in multicore charmrun
[charm.git] / tests / common.mk
blobbd4d96dda9fd4a2e4055fa6d5472250c17a89d27
1 ifneq ($(wildcard ../../bin/.),)
2 run = ../../bin/testrun $(1) $(TESTOPTS)
3 else
4 ifneq ($(wildcard ../../../bin/.),)
5 run = ../../../bin/testrun $(1) $(TESTOPTS)
6 else
7 run = ../../../../bin/testrun $(1) $(TESTOPTS)
8 endif
9 endif