Skip to content

Commit

Permalink
Broke out tests into a seperate makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
octomagon committed Jan 26, 2016
1 parent 324314a commit c100114
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
@@ -0,0 +1,4 @@
.DS_Store
.vagrant
build
dave
3 changes: 1 addition & 2 deletions makefile
Expand Up @@ -50,8 +50,7 @@ debug: CFLAGS += -g -Wall
debug: $(TARGET)

test:
@echo "\nTesting $(TARGET)..."
@./test/testDave.sh
@make -C tests

clean:
@echo " Cleaning...";
Expand Down
5 changes: 5 additions & 0 deletions tests/makefile
@@ -0,0 +1,5 @@
all:
@echo "\nTesting dave..."
@./testDave.sh

.PHONY: all
File renamed without changes.

0 comments on commit c100114

Please sign in to comment.