summaryrefslogtreecommitdiff
path: root/Makefile.vc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.vc')
-rw-r--r--Makefile.vc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.vc b/Makefile.vc
index 201ddfe..32c92b6 100644
--- a/Makefile.vc
+++ b/Makefile.vc
@@ -159,6 +159,7 @@ $(DIRMPC)\pow_ui.obj \
$(DIRMPC)\pow_z.obj \
$(DIRMPC)\proj.obj \
$(DIRMPC)\real.obj \
+$(DIRMPC)\rootofunity.obj \
$(DIRMPC)\set.obj \
$(DIRMPC)\set_prec.obj \
$(DIRMPC)\set_str.obj \
@@ -237,6 +238,7 @@ pow_ui.obj \
pow_z.obj \
proj.obj \
real.obj \
+rootofunity.obj \
set.obj \
set_prec.obj \
set_str.obj \
@@ -403,6 +405,8 @@ test :
cd $(DIRMPCTESTS) && treal.exe && cd ..
$(TESTCOMPILE)treimref.c $(MIDTESTCOMPILE)treimref.exe $(ENDTESTCOMPILE)
cd $(DIRMPCTESTS) && treimref.exe && cd ..
+ $(TESTCOMPILE)trootofunity.c $(MIDTESTCOMPILE)trootofunity.exe $(ENDTESTCOMPILE)
+ cd $(DIRMPCTESTS) && trootofunity.exe && cd ..
$(TESTCOMPILE)tset.c $(MIDTESTCOMPILE)tset.exe $(ENDTESTCOMPILE)
cd $(DIRMPCTESTS) && tset.exe && cd ..
$(TESTCOMPILE)tsin.c $(MIDTESTCOMPILE)tsin.exe $(ENDTESTCOMPILE)