- Adjusted Formatting of tests
- Finished map implementation and unit tests TODO: Threading
This commit is contained in:
@@ -24,27 +24,22 @@
|
||||
#include "linux/test_wayland.h"
|
||||
#endif
|
||||
|
||||
namespace fennec
|
||||
namespace fennec::test
|
||||
{
|
||||
|
||||
namespace test
|
||||
{
|
||||
inline void fennec_test_platform_linux() {
|
||||
|
||||
inline void fennec_test_platform_linux() {
|
||||
|
||||
linux_platform platform(platform::user::client);
|
||||
linux_platform platform(platform::user::client);
|
||||
|
||||
#ifdef FENNEC_LIB_WAYLAND
|
||||
fennec_test_section("wayland tests");
|
||||
fennec_test_spacer(2);
|
||||
fennec_test_platform_linux_wayland(platform);
|
||||
fennec_test_spacer(3);
|
||||
fennec_test_section("wayland tests");
|
||||
fennec_test_spacer(2);
|
||||
fennec_test_platform_linux_wayland(platform);
|
||||
fennec_test_spacer(3);
|
||||
#endif
|
||||
|
||||
// TODO
|
||||
}
|
||||
|
||||
}
|
||||
// TODO
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user