diff options
| author | 2019-11-01 15:07:27 -0400 | |
|---|---|---|
| committer | 2019-11-01 15:07:27 -0400 | |
| commit | 4db0534fa12fc64d9530149a8f593647d916ccf4 (patch) | |
| tree | 17df26e9f5456fde9667aa396d2e290d301b3ffb /test | |
| parent | 3518eef7c5dc09c63dd07fbdc145c32bdd3698c3 (diff) | |
| download | cetris-4db0534fa12fc64d9530149a8f593647d916ccf4.tar.gz cetris-4db0534fa12fc64d9530149a8f593647d916ccf4.tar.bz2 cetris-4db0534fa12fc64d9530149a8f593647d916ccf4.zip | |
more work on new opengl frontend
Diffstat (limited to 'test')
| -rwxr-xr-x | test/line_count.sh | 5 |
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/* |