move test.sh into /tests

This commit is contained in:
Vlasta Vesely 2018-05-03 19:13:34 +02:00
parent 80eb4c63f9
commit 4ef3ec7e6e
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@ main: main.o $(OBJS)
$(CC) $^ -o $@ $(CC) $^ -o $@
test: main test: main
sh test.sh sh tests/test.sh
%.o: %.c %.o: %.c
$(CC) -MMD -MP -c $< -o $@ $(CC) -MMD -MP -c $< -o $@