Skip to content

Commit

Permalink
Merge pull request lcompilers#764 from namannimmo10/str
Browse files Browse the repository at this point in the history
Register test_builtin_str.py under integration_tests
  • Loading branch information
certik committed Jul 15, 2022
2 parents 1c7430f + 6e409ab commit a7e8ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ RUN(NAME test_builtin_bool LABELS cpython llvm)
RUN(NAME test_builtin_pow LABELS cpython llvm)
RUN(NAME test_builtin_int LABELS cpython llvm)
RUN(NAME test_builtin_len LABELS cpython llvm)
RUN(NAME test_builtin_str LABELS cpython llvm)
RUN(NAME test_builtin_float LABELS cpython llvm)
RUN(NAME test_builtin_str_02 LABELS cpython llvm)
RUN(NAME test_builtin_round LABELS cpython llvm)
Expand Down

0 comments on commit a7e8ec3

Please sign in to comment.