Skip to content

Commit

Permalink
Add a test for myint#106
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Aug 13, 2017
1 parent f68d69b commit 35470c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
default: check test

check:
pylint \
--reports=no \
Expand Down Expand Up @@ -41,3 +43,8 @@ open_coverage: coverage

readme:
@restview --long-description --strict

test:
./test.bash

.PHONY: check coverage open_coverage readme test
4 changes: 4 additions & 0 deletions test/syntax.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
int main()
{
}
}

0 comments on commit 35470c0

Please sign in to comment.