2025-12-17 23:45:55 +01:00
|
|
|
/*
|
|
|
|
|
* Copyright (C) Tristan Franssen, <tristanfranssen@strawhats.nl>.
|
|
|
|
|
*
|
|
|
|
|
* This software is licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
* You may not use this file except in compliance with the License.
|
|
|
|
|
* You may obtain a copy of the License in the file LICENSE or at
|
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
*/
|
2025-12-09 22:07:16 +01:00
|
|
|
#include "unit/unit.h"
|
2025-12-05 18:53:35 +01:00
|
|
|
|
2025-11-28 23:59:06 +01:00
|
|
|
int main(void) {
|
2025-12-14 17:58:09 +01:00
|
|
|
COSMS_CORE_TEST_RUN()
|
2025-11-28 23:59:06 +01:00
|
|
|
return 0;
|
|
|
|
|
}
|