Skip to content

Commit 67e3214

Browse files
add missing nlp case
1 parent 9163a21 commit 67e3214

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/tests/cases/test_lang.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ FOSSIL_TEST_CASE(c_test_lang_process_pipeline) {
149149
// * * * * * * * * * * * * * * * * * * * * * * * *
150150
FOSSIL_TEST_GROUP(c_lang_tests) {
151151
FOSSIL_TEST_ADD(c_lang_fixture, c_test_lang_tokenize_basic);
152+
FOSSIL_TEST_ADD(c_lang_fixture, c_test_lang_is_question);
152153
FOSSIL_TEST_ADD(c_lang_fixture, c_test_lang_detect_emotion);
153154
FOSSIL_TEST_ADD(c_lang_fixture, c_test_lang_detect_bias_or_falsehood);
154155
FOSSIL_TEST_ADD(c_lang_fixture, c_test_lang_align_truth);

0 commit comments

Comments
 (0)