diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-03-27 18:15:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-03-27 18:16:22 -0700 |
commit | fd620b4f6c59674090b956a9d9e188a1250a4663 (patch) | |
tree | 48260e2a96ca5377d3d3a31888402b4bf06b8e14 /test/rgb.txt | |
parent | e01d691aa684d0d1247f772b7c537ec3254bb9bc (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.txt | 8 |
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 |