aqhome: added PATH module, started VARS module.

those might later get incorporated into libgwenhywfar.
This commit is contained in:
Martin Preuss
2024-05-07 23:57:07 +02:00
parent f400104bbc
commit bcc7629b1e
9 changed files with 757 additions and 1 deletions

25
aqhome/data/path-t.h Normal file
View File

@@ -0,0 +1,25 @@
/****************************************************************************
* This file is part of the project Gwenhywfar.
* AqHome (c) by 2024 Martin Preuss, all rights reserved.
*
* The license for this file can be found in the file COPYING which you
* should have received along with this file.
****************************************************************************/
#ifndef AQH_PATH_T_H
#define AQH_PATH_T_H
#include <gwenhywfar/gwenhywfarapi.h>
#include <gwenhywfar/testframework.h>
/**
* Tests for "Path" module.
*/
AQHOME_API int AQH_Path_AddTests(GWEN_TEST_MODULE *mod);
#endif