We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1205802 commit d46ef16Copy full SHA for d46ef16
test/CMakeLists.txt
@@ -20,3 +20,6 @@ else()
20
include(GoogleTest)
21
gtest_add_tests(TARGET taco-test)
22
endif()
23
+
24
+# This will run all *.bats test files in the source test/ folder.
25
+add_test(NAME taco-cli-test COMMAND ${CMAKE_SOURCE_DIR}/test/bats/bin/bats ${CMAKE_SOURCE_DIR}/test/)
0 commit comments