Add single header and single source entries for all components as well as the full library (#2)
Reviewed-on: #2 Co-authored-by: Abdelrahman <said.abdelrahman89@gmail.com> Co-committed-by: Abdelrahman <said.abdelrahman89@gmail.com>
This commit is contained in:
9
src/testing/wapp_testing.c
Normal file
9
src/testing/wapp_testing.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef WAPP_TESTING_C
|
||||
#define WAPP_TESTING_C
|
||||
|
||||
#include "wapp_testing.h"
|
||||
#include "tester.c"
|
||||
#include "wapp_core.c"
|
||||
#include "wapp_os.c"
|
||||
|
||||
#endif // !WAPP_TESTING_C
|
||||
9
src/testing/wapp_testing.h
Normal file
9
src/testing/wapp_testing.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef WAPP_TESTING_H
|
||||
#define WAPP_TESTING_H
|
||||
|
||||
#include "tester.h"
|
||||
#include "wapp_common.h"
|
||||
#include "wapp_core.h"
|
||||
#include "wapp_os.h"
|
||||
|
||||
#endif // !WAPP_TESTING_H
|
||||
Reference in New Issue
Block a user