diff options
author | sanine <sanine.not@pm.me> | 2021-12-27 17:20:55 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2021-12-27 17:20:55 -0600 |
commit | 0e16dbc5c78a2715fbbda5cae8a3b422d721b871 (patch) | |
tree | 54050cda2f0c37d2a9fde73fb1abcb7eccf9be9d /tests/tests.h | |
parent | ff77a89b252ad79cd005afe361c4b5860c3e7c3a (diff) |
add basic assertions
Diffstat (limited to 'tests/tests.h')
-rw-r--r-- | tests/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index 7889445..7962104 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -9,5 +9,6 @@ int validate_message(const char* received, const char* expected, // test cases const char* test_LILY_LOCATION(); const char* test_assert_msg(); +const char* test_assert_true(); #endif |