add two Python unit tests to JS

This commit is contained in:
Momtchil Momtchev 2023-05-26 16:54:41 +02:00
parent 3baa5c090f
commit 1317583471
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <iostream> #include <iostream>
%} %}
#if defined(SWIG_JAVASCRIPT_V8) #if defined(SWIGJAVASCRIPT)
%rename(addTo) operator +=; %rename(addTo) operator +=;
%rename(subFrom) operator -=; %rename(subFrom) operator -=;
%rename(mulTo) operator *=; %rename(mulTo) operator *=;

View File

@ -19,6 +19,8 @@ top_srcdir = @top_srcdir@
top_builddir = @top_builddir@ top_builddir = @top_builddir@
CPP_TEST_CASES += \ CPP_TEST_CASES += \
inplaceadd \
input \
javascript_lib_arrays \ javascript_lib_arrays \
SWIGEXE = $(top_builddir)/swig SWIGEXE = $(top_builddir)/swig