mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 14:18:47 +00:00
Make it easier to learn about ODIN_TEST_CLIPBOARD
This commit is contained in:
@@ -748,6 +748,7 @@ runner :: proc(internal_tests: []Internal_Test) -> bool {
|
|||||||
#no_bounds_check it := internal_tests[test_index]
|
#no_bounds_check it := internal_tests[test_index]
|
||||||
fmt.wprintf(batch_writer, "%s.%s,", it.pkg, it.name)
|
fmt.wprintf(batch_writer, "%s.%s,", it.pkg, it.name)
|
||||||
}
|
}
|
||||||
|
fmt.wprint(batch_writer, "\n\nIf your terminal supports OSC 52, you may use -define:ODIN_TEST_CLIPBOARD to have this copied directly to your clipboard.")
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.wprintln(batch_writer)
|
fmt.wprintln(batch_writer)
|
||||||
|
|||||||
Reference in New Issue
Block a user