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
|
|
|
#ifndef COSMS_UNIT
|
|
|
|
|
#define COSMS_UNIT
|
|
|
|
|
|
2025-12-14 17:58:09 +01:00
|
|
|
#include "test.h"
|
2025-12-09 22:07:16 +01:00
|
|
|
#include "file.h"
|
|
|
|
|
|
2025-12-14 17:58:09 +01:00
|
|
|
COSMS_CORE_TEST_START
|
|
|
|
|
COSMS_CORE_TEST_IMPORT(file)
|
|
|
|
|
COSMS_CORE_TEST_END
|
|
|
|
|
|
2025-12-09 22:07:16 +01:00
|
|
|
#endif
|