mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
11 lines
173 B
Bash
Executable file
11 lines
173 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# test.sh
|
|
# Copyright (C) 2024 Kovid Goyal <kovid at kovidgoyal.net>
|
|
#
|
|
# Distributed under terms of the MIT license.
|
|
#
|
|
|
|
go run generate.go && go test -bench=.
|
|
|
|
|