Skip to content

Commit 05ffb10

Browse files
committed
enable quadrature tests for make
1 parent 528310b commit 05ffb10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/Makefile.manual

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ all:
44
$(MAKE) -f Makefile.manual --directory=ascii
55
$(MAKE) -f Makefile.manual --directory=io
66
$(MAKE) -f Makefile.manual --directory=optval
7+
$(MAKE) -f Makefile.manual --directory=quadrature
78
$(MAKE) -f Makefile.manual --directory=stats
89

910
test:
1011
$(MAKE) -f Makefile.manual --directory=ascii test
1112
$(MAKE) -f Makefile.manual --directory=io test
1213
$(MAKE) -f Makefile.manual --directory=optval test
14+
$(MAKE) -f Makefile.manual --directory=quadrature test
1315
$(MAKE) -f Makefile.manual --directory=stats test
1416

1517
clean:

0 commit comments

Comments
 (0)