[vte/wip/sixels: 53/82] test-sixels: Rename from sixel-gen and add to build
- From: Hans Petter Jansson <hansp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/wip/sixels: 53/82] test-sixels: Rename from sixel-gen and add to build
- Date: Fri, 26 Jun 2020 00:47:34 +0000 (UTC)
commit 279ca98c1eb21353db54b1e8720fa5a1c8dfb28b
Author: Hans Petter Jansson <hpj cl no>
Date: Sat Jun 13 19:46:52 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 feb666e6..bd85a090 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -460,6 +460,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]