mirror of
https://github.com/yarrick/iodine.git
synced 2024-12-22 21:33:33 +02:00
Always do tests
This commit is contained in:
parent
91b60b8798
commit
91bca72aa3
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -30,7 +30,9 @@ $(SERVER): $(SERVEROBJS)
|
|||
$(TESTSUITE): $(TESTOBJS)
|
||||
@echo LD $@
|
||||
@$(CC) $(TESTOBJS) -o $(TESTSUITE) $(LDFLAGS)
|
||||
@echo To run test suite, do \"make test\"
|
||||
@echo Running tests...
|
||||
@./$(TESTSUITE)
|
||||
|
||||
.c.o:
|
||||
@echo CC $<
|
||||
@$(CC) $(CFLAGS) $< -o $@
|
||||
|
|
Loading…
Reference in a new issue