diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-03 00:58:56 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-03 00:58:56 +0300 |
commit | ad748449fb2d6154f0d7677f2a933aa29919075b (patch) | |
tree | 11278ebbf3890823fb6bf85014ade1b62921ff6e /test/unit_tests | |
parent | update cmake-common (diff) | |
download | math-server-ad748449fb2d6154f0d7677f2a933aa29919075b.tar.gz math-server-ad748449fb2d6154f0d7677f2a933aa29919075b.zip |
lexer: split out testing-exposed functions
Diffstat (limited to '')
-rw-r--r-- | test/unit_tests/lexer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit_tests/lexer.cpp b/test/unit_tests/lexer.cpp index 0f65979..8925f4d 100644 --- a/test/unit_tests/lexer.cpp +++ b/test/unit_tests/lexer.cpp @@ -3,6 +3,7 @@ // For details, see https://github.com/egor-tensin/math-server. // Distributed under the MIT License. +#include <server/lexer/details/parse.hpp> #include <server/lexer/error.hpp> #include <server/lexer/lexer.hpp> #include <server/lexer/token.hpp> |