test bindings in an integration-tests crate
This commit is contained in:
6
integration-tests/src/bindings_tests/test.c
Normal file
6
integration-tests/src/bindings_tests/test.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "unity.h"
|
||||
|
||||
// these functions are shared between all test "suites"
|
||||
// and cannot be customized per-suite.
|
||||
void setUp(void) { }
|
||||
void tearDown(void) { }
|
||||
Reference in New Issue
Block a user