Content
dejagnu

dejagnu

There is a a dejagnu-configuration file: dejagnu/baseboards/m68hc05-sim.exp.

It is tested with dejagnu 1.4.4. It is possible to use it with other dejagnu version (packaged versions included in current linux distributions should also be sufficient).

To install it

  • Extract the dejagnu sources and run
    ./configure
    make install
    .
  • copy it to the directory install-root/share/baseboards. For self installed versions, install-root is the value passed with --prefix or else /usr/local. Versions included in linux distributions use normally /usr as install root.
To execute a regression test for a component, run
make check RUNTESTFLAGS=--target_board=m68hc05-sim
(note: most testsuites depend m68hc05-sim).