commit | 54640298880d9478f0eaed21a8d8ab642887b315 | [log] [tgz] |
---|---|---|
author | Ed Tanous <etanous@nvidia.com> | Mon Mar 17 20:55:20 2025 -0700 |
committer | Ed Tanous <ed@tanous.net> | Wed Apr 23 16:24:14 2025 +0000 |
tree | 6f9175115361e5fce4c735216d926eefc10351a2 | |
parent | edee0a37f42ce7c9444b3b470b0c5df407caf629 [diff] [blame] |
Remove gtest It would be useful to be able to run libcper decoding unit tests without needing a C compiler, as would be required if this were compiled to a python module. Change-Id: I183bc9ef048c336205186ea449e15b7766b19990 Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/tests/base64_test.h b/tests/base64_test.h new file mode 100644 index 0000000..9e44d6f --- /dev/null +++ b/tests/base64_test.h
@@ -0,0 +1,2 @@ +void test_base64_encode_good(); +void test_base64_decode_good();