summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6affc77..14ad028 100644
--- a/Makefile
+++ b/Makefile
@@ -9,10 +9,12 @@ OBJS = basis.o \
cpu.o \
cpuid.o \
log.o \
+ nlsolve.o \
pssolve.o \
threadpool.o \
-TESTPROGS = pssolve
+TESTPROGS = nlsolve \
+ pssolve
TESTPROGS := $(addprefix tests/,$(TESTPROGS))