Skip to content
Success

Changes

Summary

  1. tests/testsuite.at: use AT_SKIP_IF for sim_test (details)
Commit 3c7b8c7d38df067ec4b1b69ef79124ef1835870e by Vadim Yanitskiy
tests/testsuite.at: use AT_SKIP_IF for sim_test

Whether to run the given test or not can be determined by presence
of the respective `*_test` binary, since we build them conditionally
in the `Makefile.am`.  Get rid of more complicated logic by using
AT_SKIP_IF and checking presence of `tests/sim/sim_test`.

Change-Id: Ic90b3a39936888eda6c9d443420c4faa131ac78f
The file was removedtests/atlocal.in
The file was modifiedtests/testsuite.at
The file was modified.gitignore
The file was modifiedtests/Makefile.am
The file was modifiedconfigure.ac