diff options
author | sanine-a <sanine.not@pm.me> | 2021-07-02 23:34:08 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2021-07-02 23:34:08 -0500 |
commit | abb9613d2dbc95966c73409e08f66d812703b844 (patch) | |
tree | 572ca9fcb4f52c9820bfc4a2829843ef0bfb0023 /CMakeLists.txt | |
parent | 3be8f4628e2eea1ee1edd352d5c0a63293484f8c (diff) |
add tests for hs_create_enum
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e3eda3..f6b491f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ set(TEST_SOURCES ${TEST_ROOT}/hs_parse_args_tests.c ${TEST_ROOT}/hs_parse_overloaded_tests.c ${TEST_ROOT}/hs_create_table_tests.c - # ${TEST_ROOT}/hs_create_enum_tests.c + ${TEST_ROOT}/hs_create_enum_tests.c # ${TEST_ROOT}/hs_process_table_tests.c # ${TEST_ROOT}/hs_throw_error_tests.c # ${TEST_ROOT}/hs_traceback_tests.c |