chiark / gitweb /
Merge pull request #6 from xantares/pytest
authorSteven G. Johnson <stevenj@mit.edu>
Mon, 24 Feb 2014 13:47:58 +0000 (08:47 -0500)
committerSteven G. Johnson <stevenj@mit.edu>
Mon, 24 Feb 2014 13:47:58 +0000 (08:47 -0500)
Include python example in tarball.

test/Makefile.am

index dd2476bcdb9e519b316310c77f81405697cc5998..f0b3f471ac2cb54d908641d85f76195ceb564236 100644 (file)
@@ -4,3 +4,5 @@ noinst_PROGRAMS = testopt
 
 testopt_SOURCES = testfuncs.c testfuncs.h testopt.cpp
 testopt_LDADD = $(top_builddir)/libnlopt@NLOPT_SUFFIX@.la
+EXTRA_DIST = test_std.py
+