This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Systemtap client/server testing using 'make [install]check'


Hi,

I just pushed a change to to our Makefiles and dejagnu harness which

1) install stap-client, stap-server and stap-serverd into /usr/local/bin when 'make install' is run.
2) allow the use of the client/server during 'make check' and 'make installcheck'. To do this one uses


   make EXTRA_TOOL_OPTS=server check
   make EXTRA_TOOL_OPTS=server installcheck

EXTRA_TOOL_OPTS adds options to --tool_opts in the invocation of dejagnu.

An instance of stap-serverd must be running and available on your local network.

Let me know if there are any problems or concerns.

Dave


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]