diff --git a/README.md b/README.md index 21b6d4c58e9d159323f15209464eca44c5e6d0a7..2ea4cc9d4892a512556663ff3bbe7d6c4766a5c1 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ Don't get me wrong, this is nothing related to [GDB Python interface](https://sourceware.org/gdb/current/onlinedocs/gdb/Python-API.html#Python-API). This API is for extending GDB, whereas GDB Tester is for scripting it. +**Try it** +---------- + +This command should benchmark GDB breakpoints: + + python3 -c 'import gdb_tester; gdb_tester.main(pkg_prefix="gdb_tester.gdb_testing")' + + Where and how to specify unit-tests and benchmarks ------------------------------------------------ @@ -139,4 +147,4 @@ vanilla GDB: prepare_and_run() gdb.reset(hard=(not no_mcgdb)) - gdb.quit() \ No newline at end of file + gdb.quit()