Lines Matching defs:tests
6 /// This file implements the common functionality for the tests in
19 using abigail::tests::get_build_dir;
26 namespace tests
34 /// abigail::tests::read_common::InOutSpec.
36 /// @param InOutSpec the set of tests.
198 /// @param num_tests the number of tests to be executed.
200 /// @param specs the @ref abigail::tests::read_common::InOutSpec
201 /// tests container.
203 /// @param opts the test execution @ref abigail::tests::read_common::options.
208 /// @return true if `all` tests were performed successfully. Otherwise
227 string out_abi_base = string(get_build_dir()) + "/tests/";
228 string in_elf_base = string(abigail::tests::get_src_dir()) + "/tests/";
268 }//end namespace tests