Skip to content

Commit d186d27

Browse files
committed
tests/cshtml: basic test coverage
1 parent 5378456 commit d186d27

File tree

7 files changed

+31375
-0
lines changed

7 files changed

+31375
-0
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# common setup for all tests
1919
set(csdiff "${CMAKE_BINARY_DIR}/src/csdiff")
2020
set(csgrep "${CMAKE_BINARY_DIR}/src/csgrep")
21+
set(cshtml "${CMAKE_BINARY_DIR}/src/cshtml")
2122
set(cssort "${CMAKE_BINARY_DIR}/src/cssort")
2223
set(csjson "${csgrep} --mode=json")
2324
set(diffcmd "diff -up")
@@ -36,5 +37,6 @@ set(test_cost 1048576)
3637

3738
add_subdirectory(csdiff)
3839
add_subdirectory(csgrep)
40+
add_subdirectory(cshtml)
3941
add_subdirectory(cssort)
4042
add_subdirectory(cstrans-df-run)

0 commit comments

Comments
 (0)