aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordan sinclair <dj2@everburning.com>2019-03-18 07:35:29 -0700
committerGitHub <noreply@github.com>2019-03-18 07:35:29 -0700
commit60f04069c0967703e1260db2bf6133a44002f92a (patch)
tree5e10f4512f2928aa034843cd27b8f1163544e6ae /src
parent6064a402932975f3d359b9798bc156886f6b18e8 (diff)
downloadamber-60f04069c0967703e1260db2bf6133a44002f92a.tar.gz
Integrate PPM unit tests. (#379)
This Cl integrates the PPM test into the test suite. Part of this work involved updating the conversion code to return a vector<uint8_t> instead of a std::string.
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ae9fa76..76c55a3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -91,6 +91,8 @@ if (${AMBER_ENABLE_TESTS})
vkscript/datum_type_parser_test.cc
vkscript/parser_test.cc
vkscript/section_parser_test.cc
+ ../samples/ppm.cc
+ ../samples/ppm_test.cc
)
if (${Vulkan_FOUND})