Index: tests/test.py
===================================================================
--- tests/test.py	(revision 0bd5cfba2f7108352e4e2e268aa8c7f10cc0252f)
+++ tests/test.py	(revision 73e30dcff659cc9d117efd16f4bb1b05dd3f9b37)
@@ -318,5 +318,5 @@
 	# users may want to simply list the tests
 	if options.list_comp :
-		print("-h --help --debug --dry-run --list --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout -j --jobs ", end='')
+		print("-h --help --debug --dry-run --list --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout --timeout-with-gdb -j --jobs ", end='')
 		print(" ".join(map(lambda t: "%s" % (t.target()), tests)))
 
