Commit 575c472ef6cb5bdc8c96c07cdbea68f2d530f244
1 parent
6dd3585165
Exists in
geevx
Makefile adaptation
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
fvn_test/Makefile
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | include $(BTREE)/Make.inc |
3 | 3 | |
4 | 4 | programs = test_fac$(exext) test_matinv$(exext) test_specfunc$(exext) \ |
5 | -test_det$(exext) test_matcon$(exext) test_matev$(exext) test_inter1d$(exext) \ | |
5 | +test_det$(exext) test_matcon$(exext) test_matev_r$(exext) test_matev_c$(exext) test_inter1d$(exext) \ | |
6 | 6 | test_inter2d$(exext) test_inter3d$(exext) test_akima$(exext) test_lsp$(exext) test_muller$(exext) \ |
7 | 7 | test_integ$(exext) test_bsyn$(exext) test_bsjn$(exext) test_bskn$(exext) test_bsin$(exext) test_operators$(exext) test_ze1$(exext) \ |
8 | 8 | test_besri$(exext) test_besrj$(exext) test_bestime$(exext) \ |