diff --git a/mps/qa/test/testlib/versind.h b/mps/qa/test/testlib/versind.h index 8bec101b558..c110c68c773 100644 --- a/mps/qa/test/testlib/versind.h +++ b/mps/qa/test/testlib/versind.h @@ -5,9 +5,16 @@ valid versions are: MO : modern -- i.e. as in thursday afternoon OS : oldstyle -- dylan.incr.patch.11 + GR : grotesque -- dylan.honeybee (space -> arena) */ +#if defined(MMQA_VERS_GR) + +#include "grotesq.h" + +#elif defined(MMQA_VERS_MO) + +#include "modern.h" -#if defined(MMQA_VERS_MO) #elif defined(MMQA_VERS_OS) #include "oldstyle.h"