aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-03 00:58:56 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-03 00:58:56 +0300
commitad748449fb2d6154f0d7677f2a933aa29919075b (patch)
tree11278ebbf3890823fb6bf85014ade1b62921ff6e /test
parentupdate cmake-common (diff)
downloadmath-server-ad748449fb2d6154f0d7677f2a933aa29919075b.tar.gz
math-server-ad748449fb2d6154f0d7677f2a933aa29919075b.zip
lexer: split out testing-exposed functions
Diffstat (limited to 'test')
-rw-r--r--test/unit_tests/lexer.cpp1
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>