On Wednesday, August 15 2012, Mike Frysinger wrote: > btw, is there an easy way to run one specific .exp ? for gdb.base, i found i > can cheat by doing: You can: make check RUNTESTFLAGS='gdb.bla/test.exp' # or whatever test you want If you want to run with -m32: make check RUNTESTFLAGS='--target_board=unix/-m32 gdb.bla/test.exp' There are indeed many options for RUNTESTFLAGS, you can see more at: sourceware.org/gdb/wiki/TestingGDB -- Sergio