diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a02c37..e32a237 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(sist2 C) option(SIST_DEBUG "Build a debug executable" on) -set(BUILD_TESTS off) +set(BUILD_TESTS on) add_subdirectory(third-party/libscan) set(ARGPARSE_SHARED off) add_subdirectory(third-party/argparse) diff --git a/src/static/search.html b/src/static/search.html index d55a765..b675a76 100644 --- a/src/static/search.html +++ b/src/static/search.html @@ -12,7 +12,7 @@