move test to test/ref

This commit is contained in:
Bob Andrews
2022-11-11 21:22:20 +01:00
parent 9c48c0ab8a
commit ace39197e5
4 changed files with 2 additions and 6 deletions

View File

@@ -52,7 +52,8 @@ CUSTOMSOURCES = \
# list of sources that produce a compiler error. a .cref files containing the
# exact error output is required
ERRORSOURCES = \
custom-reference-error.c
custom-reference-error.c \
bug1889-missing-identifier.c
SOURCES := $(filter-out $(CUSTOMSOURCES) $(ERRORSOURCES),$(wildcard *.c))