tests: clean whitespace in Makefile

This commit is contained in:
Daniel Kahn Gillmor
2022-04-16 10:05:40 -07:00
parent 8fa0530d83
commit e9c74131fc

View File

@@ -7,7 +7,7 @@ SRC = timetest.c
OBJ = ${SRC:.c=.o}
TEST_SNIPPETS = $(notdir $(basename $(wildcard snippets/*.c)))
EXPECTATIONS= $(notdir $(basename $(wildcard snippets/*.variable)))
EXPECTATIONS = $(notdir $(basename $(wildcard snippets/*.variable)))
ALL_TESTS = timetest test