[vte/wip/sixels: 63/111] test-sixels: Rename from sixel-gen and add to build




commit ceffded1c9c392b75e5c89e8f0d05bfb3970e517
Author: Hans Petter Jansson <hpj cl no>
Date:   Sat Aug 8 20:42:49 2020 +0200

    test-sixels: Rename from sixel-gen and add to build

 src/meson.build                     | 11 +++++++++++
 src/{sixel-gen.cc => test-sixels.c} |  0
 2 files changed, 11 insertions(+)
---
diff --git a/src/meson.build b/src/meson.build
index 6bd9de7c..f38b8c3e 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -463,6 +463,17 @@ test_refptr = executable(
   install: false,
 )
 
+test_sixels_sources = files(
+  'test-sixels.c'
+)
+
+test_sixels = executable(
+  'test-sixels',
+  sources: test_sixels_sources,
+  dependencies: [glib_dep],
+  install: false,
+)
+
 test_tabstops_sources = files(
   'tabstops-test.cc',
   'tabstops.hh'
diff --git a/src/sixel-gen.cc b/src/test-sixels.c
similarity index 100%
rename from src/sixel-gen.cc
rename to src/test-sixels.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]