Revert "Fix tests Makefiles on Windows"

This reverts commit fa2472c172.
This commit is contained in:
Vlad Vissoultchev
2016-04-17 16:20:46 +03:00
parent f021a7cd94
commit acc8f602e5
3 changed files with 2 additions and 14 deletions

View File

@ -19,10 +19,6 @@ endif
TCC = $(TOP)/tcc $(TCCFLAGS)
ifdef CONFIG_WIN32
TCC = $(top_srcdir)/win32/tcc $(TCCFLAGS)
endif
TESTS = $(patsubst %.c,%.test,$(wildcard *.c))
# 34_array_assignment.test -- array assignment is not in C standard