Add some tests
This commit is contained in:
10
test/dusktest.h
Normal file
10
test/dusktest.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Copyright (c) 2026 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "dusk.h"
|
||||
#include "assert/assert.h"// Includes cmocka when DUSK_TEST_ASSERT is set
|
||||
Reference in New Issue
Block a user