static test_return_t application_gdb_true_BINARY2(void *)
{
+ test_skip(0, access("/usr/bin/gdb", X_OK ));
Application true_app("true");
true_app.use_gdb();
static test_return_t application_gdb_true_BINARY(void *)
{
+ test_skip(0, access("/usr/bin/gdb", X_OK ));
Application true_app("true");
true_app.use_gdb();
static test_return_t wait_services_appliction_TEST(void *)
{
+ test_skip(0, access("/usr/bin/gdb", X_OK ));
test_skip(0, access("/etc/services", R_OK ));
libtest::Application wait_app("libtest/wait", true);
test_skip(0, TARGET_OS_OSX);
#endif
+ test_skip(0, access("/usr/bin/gdb", X_OK ));
test_skip(0, access("/etc/services", R_OK ));
libtest::Application wait_app("libtest/wait", true);
static test_return_t gdb_abort_services_appliction_TEST(void *)
{
+ test_skip(0, access("/usr/bin/gdb", X_OK ));
+
#if defined(TARGET_OS_OSX) && TARGET_OS_OSX
test_skip(0, TARGET_OS_OSX);
#endif