Add tests for ex17-ec
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
CFLAGS=-Wall -g
|
||||
|
||||
EXERCISES := \
|
||||
ex1 ex3 ex4 ex5 ex6 ex7 ex8 ex9 ex9-ec \
|
||||
ex10 ex11 ex12 ex13 ex14 ex15 ex16 ex17 ex17-ec
|
||||
EXERCISES := $(shell ./list-exercises)
|
||||
|
||||
all: $(EXERCISES)
|
||||
|
||||
@@ -10,4 +8,7 @@ clean:
|
||||
$(RM) $(EXERCISES)
|
||||
|
||||
test:
|
||||
./runtests
|
||||
@./runtests
|
||||
|
||||
exercises:
|
||||
@echo $(EXERCISES)
|
||||
|
Reference in New Issue
Block a user