Skip to content

Commit 19a7e50

Browse files
committed
fable: Improve Conf documentation and fix pointer related bugs
During writing tests for the documentation, some bugs related to the use of JSON pointer in error messages were found and are corrected in this commit.
1 parent b0f57ea commit 19a7e50

File tree

5 files changed

+608
-82
lines changed

5 files changed

+608
-82
lines changed

fable/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ else()
6363
endif()
6464

6565
# Testing ------------------------------------------------------------
66+
set(CMAKE_CTEST_ARGUMENTS "--output-on-failure")
6667
include(CTest)
6768
if(BUILD_TESTING)
6869
find_package(GTest REQUIRED)
@@ -74,6 +75,7 @@ if(BUILD_TESTING)
7475
# find src -type f -name "*_test.cpp"
7576
src/fable/version_test.cpp
7677
src/fable/environment_test.cpp
78+
src/fable/conf_test.cpp
7779
src/fable/schema/array_test.cpp
7880
src/fable/schema/const_test.cpp
7981
src/fable/schema/custom_test.cpp

0 commit comments

Comments
 (0)