Question bout strace test cases.

Dmitry V. Levin ldv at strace.io
Sat Apr 1 17:34:57 UTC 2023


Hi,

On Sat, Apr 01, 2023 at 05:00:59PM +0000, Kossi Glokpor wrote:
> Hi,
> I'm trying to run the test trace_clock.gen.test test script and I'm
> getting the follwing error message:
> 
>  STRACE_ARCH: parameter not set.
> 
> Seems like STRACE_ARCH is defined in the Makefile, and when I run the
> whole testsuite using "make check", it goes just fine.

You can specify the list of tests to run, for example,
make check TESTS='trace_clock.gen.test'
would run just a single test, trace_clock.gen.test.

Since the test driver is generated by GNU Automake, its documentation
is applicable.


-- 
ldv


More information about the Strace-devel mailing list