summaryrefslogtreecommitdiff
path: root/test/rgb.txt
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-03-27 18:15:41 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-03-27 18:16:22 -0700
commitfd620b4f6c59674090b956a9d9e188a1250a4663 (patch)
tree48260e2a96ca5377d3d3a31888402b4bf06b8e14 /test/rgb.txt
parente01d691aa684d0d1247f772b7c537ec3254bb9bc (diff)
test: Add simple test cases for functions in src/rgb.c
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'test/rgb.txt')
-rw-r--r--test/rgb.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/rgb.txt b/test/rgb.txt
new file mode 100644
index 0000000..0fbf580
--- /dev/null
+++ b/test/rgb.txt
@@ -0,0 +1,8 @@
+# Test data for rgb.c - changes here likely require changes to that code
+255 255 255 white
+ 0 0 0 black
+255 0 0 red
+ 0 255 0 green
+ 0 0 255 blue
+ 0 50 98 BerkeleyBlue
+253 181 21 CaliforniaGold