chiark / gitweb /
Include python example in tarball.
authorxantares <xantares09@hotmail.com>
Sun, 3 Nov 2013 07:31:46 +0000 (08:31 +0100)
committerxantares <xantares09@hotmail.com>
Sun, 3 Nov 2013 07:31:46 +0000 (08:31 +0100)
test/Makefile.am

index dd2476bcdb9e519b316310c77f81405697cc5998..5b79b5406aeeacf184d1a72383da73a643563a6b 100644 (file)
@@ -2,5 +2,5 @@ AM_CPPFLAGS = -I$(top_srcdir)/api -I$(top_srcdir)/util
 
 noinst_PROGRAMS = testopt
 
-testopt_SOURCES = testfuncs.c testfuncs.h testopt.cpp
+testopt_SOURCES = testfuncs.c testfuncs.h testopt.cpp test_std.py
 testopt_LDADD = $(top_builddir)/libnlopt@NLOPT_SUFFIX@.la