summaryrefslogtreecommitdiff
path: root/tools/swig/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/swig/test/Makefile')
-rw-r--r--tools/swig/test/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/swig/test/Makefile b/tools/swig/test/Makefile
index 5632e7ad0..a01ac409a 100644
--- a/tools/swig/test/Makefile
+++ b/tools/swig/test/Makefile
@@ -1,5 +1,5 @@
# SWIG
-INTERFACES = Array.i Farray.i Vector.i Matrix.i Tensor.i Fortran.i
+INTERFACES = Array.i Farray.i Vector.i Matrix.i Tensor.i Fortran.i Flat.i
WRAPPERS = $(INTERFACES:.i=_wrap.cxx)
PROXIES = $(INTERFACES:.i=.py )
@@ -7,7 +7,8 @@ PROXIES = $(INTERFACES:.i=.py )
.PHONY : all
all: $(WRAPPERS) Array1.cxx Array1.h Array2.cxx Array2.h ArrayZ.cxx ArrayZ.h \
Farray.cxx Farray.h Vector.cxx Vector.h \
- Matrix.cxx Matrix.h Tensor.cxx Tensor.h Fortran.h Fortran.cxx
+ Matrix.cxx Matrix.h Tensor.cxx Tensor.h Fortran.h Fortran.cxx \
+ Flat.h Flat.cxx
./setup.py build_ext -i
# Test target: run the tests
@@ -19,6 +20,7 @@ test: all
python testArray.py
python testFarray.py
python testFortran.py
+ python testFlat.py
# Rule: %.i -> %_wrap.cxx
%_wrap.cxx: %.i %.h ../numpy.i