aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-09 21:38:48 +0100
committerMattias Andrée <maandree@kth.se>2023-01-09 21:38:55 +0100
commit7d262f1cdac88d33c21c9fc875f4c96bd69aa105 (patch)
treea4fddee5260120d281fc48151db0f8c394f126ac
parentImplement libfonts_parse_double__ and last part of libfonts_get_output_rendering_settings (section aliases) (diff)
downloadlibfonts-7d262f1cdac88d33c21c9fc875f4c96bd69aa105.tar.gz
libfonts-7d262f1cdac88d33c21c9fc875f4c96bd69aa105.tar.bz2
libfonts-7d262f1cdac88d33c21c9fc875f4c96bd69aa105.tar.xz
Use XXX instead of TODO for missing function tests
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--libfonts_confsplit__.c2
-rw-r--r--libfonts_decode_font_description.c4
-rw-r--r--libfonts_encode_font_description.c4
-rw-r--r--libfonts_get_default_font.c2
-rw-r--r--libfonts_get_default_rendering_settings.c2
-rw-r--r--libfonts_get_output_rendering_settings.c2
-rw-r--r--libfonts_getenv__.c2
-rw-r--r--libfonts_gethome__.c2
-rw-r--r--libfonts_getline__.c2
-rw-r--r--libfonts_parse_double__.c2
10 files changed, 12 insertions, 12 deletions
diff --git a/libfonts_confsplit__.c b/libfonts_confsplit__.c
index 959a4b4..8319fea 100644
--- a/libfonts_confsplit__.c
+++ b/libfonts_confsplit__.c
@@ -37,7 +37,7 @@ libfonts_confsplit__(char *line)
int
main(void)
{
- return 0; /* TODO add test */
+ return 0; /* XXX add test */
}
diff --git a/libfonts_decode_font_description.c b/libfonts_decode_font_description.c
index 74a9571..b06257e 100644
--- a/libfonts_decode_font_description.c
+++ b/libfonts_decode_font_description.c
@@ -223,9 +223,9 @@ private:
int
-main(void) /* TODO add test */
+main(void)
{
- return 0;
+ return 0; /* XXX add test */
}
diff --git a/libfonts_encode_font_description.c b/libfonts_encode_font_description.c
index 5cc26bb..f0d4c47 100644
--- a/libfonts_encode_font_description.c
+++ b/libfonts_encode_font_description.c
@@ -110,9 +110,9 @@ einval:
int
-main(void) /* TODO add test */
+main(void)
{
- return 0;
+ return 0; /* XXX add test */
}
diff --git a/libfonts_get_default_font.c b/libfonts_get_default_font.c
index e0ad9ab..5ad0a1c 100644
--- a/libfonts_get_default_font.c
+++ b/libfonts_get_default_font.c
@@ -253,7 +253,7 @@ out:
int
main(void)
{
- return 0; /* TODO add test */
+ return 0; /* XXX add test */
}
diff --git a/libfonts_get_default_rendering_settings.c b/libfonts_get_default_rendering_settings.c
index f40b1d1..5d17cc0 100644
--- a/libfonts_get_default_rendering_settings.c
+++ b/libfonts_get_default_rendering_settings.c
@@ -192,7 +192,7 @@ out:
int
main(void)
{
- return 0; /* TODO add test */
+ return 0; /* XXX add test */
}
diff --git a/libfonts_get_output_rendering_settings.c b/libfonts_get_output_rendering_settings.c
index 9a1e83f..c656f30 100644
--- a/libfonts_get_output_rendering_settings.c
+++ b/libfonts_get_output_rendering_settings.c
@@ -242,7 +242,7 @@ out:
int
main(void)
{
- return 0; /* TODO add test */
+ return 0; /* XXX add test */
}
diff --git a/libfonts_getenv__.c b/libfonts_getenv__.c
index 8ea0ce6..fd5b1d3 100644
--- a/libfonts_getenv__.c
+++ b/libfonts_getenv__.c
@@ -37,7 +37,7 @@ ok:
int
main(void)
{
- return 0; /* TODO add test */
+ return 0; /* XXX add test */
}
diff --git a/libfonts_gethome__.c b/libfonts_gethome__.c
index f05dbfb..29d5a10 100644
--- a/libfonts_gethome__.c
+++ b/libfonts_gethome__.c
@@ -47,7 +47,7 @@ libfonts_gethome__(struct libfonts_context *ctx)
int
main(void)
{
- return 0; /* TODO add test */
+ return 0; /* XXX add test */
}
diff --git a/libfonts_getline__.c b/libfonts_getline__.c
index 58b1adc..7af6a1c 100644
--- a/libfonts_getline__.c
+++ b/libfonts_getline__.c
@@ -58,7 +58,7 @@ libfonts_getline__(int fd, char **linep, char **bufp, size_t *sizep, size_t *off
int
main(void)
{
- return 0; /* TODO add test */
+ return 0; /* XXX add test */
}
diff --git a/libfonts_parse_double__.c b/libfonts_parse_double__.c
index 9aba573..a337ff8 100644
--- a/libfonts_parse_double__.c
+++ b/libfonts_parse_double__.c
@@ -25,7 +25,7 @@ libfonts_parse_double__(double *outp, const char *value)
int
main(void)
{
- return 0; /* TODO add test */
+ return 0; /* XXX add test */
}