diff options
| author | 2019-11-01 02:20:44 -0400 | |
|---|---|---|
| committer | 2019-11-01 02:20:44 -0400 | |
| commit | b38217359345669b73c8efc3a175033d7ab0128f (patch) | |
| tree | 435b1f33fe0268f63065f684c2ace662def39dd1 /test | |
| parent | d52aa7a2d292e09fe4ae0c4c95f3fa72a4ccddae (diff) | |
| download | cetris-b38217359345669b73c8efc3a175033d7ab0128f.tar.gz cetris-b38217359345669b73c8efc3a175033d7ab0128f.tar.bz2 cetris-b38217359345669b73c8efc3a175033d7ab0128f.zip | |
performace test
Diffstat (limited to 'test')
| -rwxr-xr-x | test/word_count.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/word_count.sh b/test/word_count.sh new file mode 100755 index 0000000..50fc734 --- /dev/null +++ b/test/word_count.sh @@ -0,0 +1,2 @@ +#!/bin/bash +wc frontends/curses/curses_ui.c frontends/curses/meson.build frontends/sdl/cetris_sdl.c frontends/sdl/cetris_sdl.h frontends/gl/drawable.c frontends/gl/drawable.h frontends/gl/skin.c frontends/gl/skin.h frontends/gl/main.c frontends/gl/shader.c frontends/gl/shader.h frontends/gl/ui.c frontends/gl/ui.h frontends/gl/meson.build lib/* |