Skip to content
Snippets Groups Projects

First unit tests

Merged Leon Dietrich requested to merge first_unit_tests into master
17 unresolved threads
Compare and Show latest version
6 files
+ 173
18
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -163,7 +163,10 @@ int constexpr suspend{KEY_SUSPEND};
@@ -163,7 +163,10 @@ int constexpr suspend{KEY_SUSPEND};
int constexpr undo{KEY_UNDO};
int constexpr undo{KEY_UNDO};
int constexpr mouse{KEY_MOUSE};
int constexpr mouse{KEY_MOUSE};
int constexpr resize{KEY_RESIZE};
int constexpr resize{KEY_RESIZE};
//int constexpr event{KEY_EVENT}; // TODO fixme
 
#ifdef KEY_EVENT
 
int constexpr event{KEY_EVENT};
 
#endif
} // namespace keys
} // namespace keys
Loading