aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_testing_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_testing_lib.h')
-rw-r--r--src/include/gnunet_testing_lib.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/include/gnunet_testing_lib.h b/src/include/gnunet_testing_lib.h
index cd9d88822..0d74de8c2 100644
--- a/src/include/gnunet_testing_lib.h
+++ b/src/include/gnunet_testing_lib.h
@@ -449,23 +449,6 @@ GNUNET_TESTING_service_run (const char *testdir,
449 void *tm_cls); 449 void *tm_cls);
450 450
451 451
452/**
453 * Sometimes we use the binary name to determine which specific
454 * test to run. In those cases, the string after the last "_"
455 * in 'argv[0]' specifies a string that determines the configuration
456 * file or plugin to use.
457 *
458 * This function returns the respective substring, taking care
459 * of issues such as binaries ending in '.exe' on W32.
460 *
461 * @param argv0 the name of the binary
462 * @return string between the last '_' and the '.exe' (or the end of the string),
463 * NULL if argv0 has no '_'
464 */
465char *
466GNUNET_TESTING_get_testname_from_underscore (const char *argv0);
467
468
469#if 0 /* keep Emacsens' auto-indent happy */ 452#if 0 /* keep Emacsens' auto-indent happy */
470{ 453{
471#endif 454#endif