Skip to content

Commit be21e9c

Browse files
Fix typeo
1 parent f5822b2 commit be21e9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ coverage: sofos_coverage unittest_coverage
5959

6060
test_codecov: sofos_unittest_coverage sofos_coverage
6161
rm -f *.gcda
62-
./sofos_unittest_coverage
62+
./unittest_coverage
6363
cd test && bash test-01.bash ../sofos_coverage
6464
for filename in $(SOFOSCC); do gcov -n -o . $$filename > /dev/null; done
6565
bash -c 'bash <(curl -s https://codecov.io/bash)'

0 commit comments

Comments
 (0)