Skip to content

Commit 16ea948

Browse files
committed
Added gruntz_demo3 as a test
1 parent dc19c82 commit 16ea948

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

integration_tests/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,7 @@ RUN(NAME symbolics_15 LABELS c_sym llvm_sym llvm_jit NOFAST EXTRA_ARGS --
746746
RUN(NAME symbolics_16 LABELS cpython_sym c_sym llvm_sym llvm_jit NOFAST EXTRA_ARGS --enable-symengine)
747747
RUN(NAME symbolics_17 LABELS cpython_sym c_sym llvm_sym llvm_jit NOFAST EXTRA_ARGS --enable-symengine)
748748
RUN(NAME symbolics_18 LABELS cpython_sym c_sym llvm_sym llvm_jit NOFAST EXTRA_ARGS --enable-symengine)
749+
RUN(NAME gruntz_demo3 LABELS cpython_sym c_sym llvm_sym llvm_jit NOFAST EXTRA_ARGS --enable-symengine)
749750

750751
RUN(NAME sizeof_01 LABELS llvm c
751752
EXTRAFILES sizeof_01b.c)

integration_tests/gruntz_demo3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from lpython import S, str
1+
from lpython import S
22
from sympy import Symbol, Pow, sin, oo, pi, E, Mul, Add, oo, log, exp, sign
33

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

0 commit comments

Comments
 (0)