Skip to content

Commit

Permalink
make test option for makefile- #5
Browse files Browse the repository at this point in the history
  • Loading branch information
eastein committed Aug 9, 2015
1 parent 4ae2083 commit 1207b12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ config :
rm user/user_config.h
ln -s user_config.$(CONFIG).h user/user_config.h

test :
rm -f tests/testsuite
gcc tests/testsuite.c -o tests/testsuite
tests/testsuite

clean :
rm -rf user/*.o driver/*.o $(TARGET_OUT) $(FW_FILE_1) $(FW_FILE_2)

Expand Down
1 change: 1 addition & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
testsuite

0 comments on commit 1207b12

Please sign in to comment.