Write testing framework

This commit is contained in:
2024-10-25 12:30:45 +01:00
parent 1a607488ce
commit 63facb3954
2 changed files with 46 additions and 0 deletions

8
tests/testing.c Normal file
View File

@@ -0,0 +1,8 @@
/*
* Copyright (c) Camden Dixie O'Brien
* SPDX-License-Identifier: AGPL-3.0-only
*/
#include "testing.h"
int fail_count;