diff options
author | wfspotz@sandia.gov <wfspotz@sandia.gov@localhost> | 2007-04-04 22:43:43 +0000 |
---|---|---|
committer | wfspotz@sandia.gov <wfspotz@sandia.gov@localhost> | 2007-04-04 22:43:43 +0000 |
commit | 7fc01ddf963b3ba2baaa2a29cd25ec139d6f7319 (patch) | |
tree | f06b9c022b1ec68a5a68c306920e34217280d4a4 /numpy/doc/swig | |
parent | c070fab445d41ef9ca8ccb7a47619a908aa0dc07 (diff) | |
download | numpy-7fc01ddf963b3ba2baaa2a29cd25ec139d6f7319.tar.gz |
Added 3D tests to Makefile
Diffstat (limited to 'numpy/doc/swig')
-rw-r--r-- | numpy/doc/swig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/doc/swig/Makefile b/numpy/doc/swig/Makefile index 757f6421b..593ebe01c 100644 --- a/numpy/doc/swig/Makefile +++ b/numpy/doc/swig/Makefile @@ -29,6 +29,7 @@ all: $(WRAPPERS) Vector.cxx Vector.h Matrix.cxx Matrix.h Tensor.cxx Tensor.h test: all test1D.py test2D.py + test3D.py doc: html pdf |