chiark
/
gitweb
/
~ianmdlvl
/
nlopt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added test program and some test objectives
[nlopt.git]
/
test
/
Makefile.am
1
AM_CPPFLAGS = -I$(top_srcdir)/api
2
3
noinst_PROGRAMS = testopt
4
5
testopt_SOURCES = testfuncs.c testfuncs.h testopt.cpp
6
testopt_LDADD = $(top_builddir)/libnlopt.la