Skip to content

Commit f62d9e1

Browse files
author
David Cock
committed
* Add test_sparse to test target
1 parent e9eae88 commit f62d9e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ TEST_TARGETS= \
123123
%.sim: %.cm sample_error
124124
./sample_error $< 100 10 1e-3 1 0 1 > $@
125125

126-
test: ${TEST_TARGETS}
126+
test: ${TEST_TARGETS} test_sparse
127+
./test_sparse
127128

128129
###
129130

0 commit comments

Comments
 (0)