summaryrefslogtreecommitdiff
path: root/test.hpp
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2023-01-22 18:35:33 -0600
committerBrett Weiland <brett_weiland@bpcspace.com>2023-01-22 18:35:33 -0600
commit17f12b3d14b7557bc93cd0c9a2273f3aec99712a (patch)
treebeb8d40e2a6de9bdc13a15aecafe40bea802cd60 /test.hpp
parentf556c24a133629a94c795dfdb404a569d6395af1 (diff)
clarified extraneous files
Diffstat (limited to 'test.hpp')
-rw-r--r--test.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.hpp b/test.hpp
index 3347496..524b46f 100644
--- a/test.hpp
+++ b/test.hpp
@@ -1,6 +1,7 @@
#ifndef TEST_H
#define TEST_H
+//I was required to write a test function as part of the project; here I test libpng.
void test_png();
#endif