diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/line_count.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/line_count.sh b/test/line_count.sh index 4d72d46..6cdde39 100755 --- a/test/line_count.sh +++ b/test/line_count.sh @@ -2,4 +2,5 @@ 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/* + frontends/gl/ui.c frontends/gl/ui.h frontends/gl/audio.c frontends/gl/audio.c frontends/gl/events.c \ + frontends/gl/events.h frontends/gl/meson.build lib/* |