summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2019-11-01 15:07:27 -0400
committerAndrew Opalach <andrew@akon.city> 2019-11-01 15:07:27 -0400
commit4db0534fa12fc64d9530149a8f593647d916ccf4 (patch)
tree17df26e9f5456fde9667aa396d2e290d301b3ffb /test
parent3518eef7c5dc09c63dd07fbdc145c32bdd3698c3 (diff)
downloadcetris-4db0534fa12fc64d9530149a8f593647d916ccf4.tar.gz
cetris-4db0534fa12fc64d9530149a8f593647d916ccf4.tar.bz2
cetris-4db0534fa12fc64d9530149a8f593647d916ccf4.zip
more work on new opengl frontend
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/*