Skip to content

Commit

Permalink
Added gruntz_demo3 as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Jul 8, 2024
1 parent dc19c82 commit 16ea948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions integration_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ RUN(NAME symbolics_15 LABELS c_sym llvm_sym llvm_jit NOFAST EXTRA_ARGS --
RUN(NAME symbolics_16 LABELS cpython_sym c_sym llvm_sym llvm_jit NOFAST EXTRA_ARGS --enable-symengine)
RUN(NAME symbolics_17 LABELS cpython_sym c_sym llvm_sym llvm_jit NOFAST EXTRA_ARGS --enable-symengine)
RUN(NAME symbolics_18 LABELS cpython_sym c_sym llvm_sym llvm_jit NOFAST EXTRA_ARGS --enable-symengine)
RUN(NAME gruntz_demo3 LABELS cpython_sym c_sym llvm_sym llvm_jit NOFAST EXTRA_ARGS --enable-symengine)

RUN(NAME sizeof_01 LABELS llvm c
EXTRAFILES sizeof_01b.c)
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/gruntz_demo3.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from lpython import S, str
from lpython import S
from sympy import Symbol, Pow, sin, oo, pi, E, Mul, Add, oo, log, exp, sign

def mrv(e: S, x: S) -> list[S]:
Expand Down

0 comments on commit 16ea948

Please sign in to comment.