summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/line_count.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/line_count.sh b/test/line_count.sh
new file mode 100755
index 0000000..4d72d46
--- /dev/null
+++ b/test/line_count.sh
@@ -0,0 +1,5 @@
+#!/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/*