aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorVlad Vissoultchev <wqweto@gmail.com>2016-04-17 16:20:46 +0300
committerVlad Vissoultchev <wqweto@gmail.com>2016-04-17 17:24:17 +0300
commitacc8f602e57d69e6e36c417b7b360b6dd685b64e (patch)
treec3b8c1e7fa57ee343389a3f6d77c89ed83a62d10 /tests/Makefile
parentf021a7cd94c7fff2e6959dc75c6e923a59f36637 (diff)
downloadtinycc-acc8f602e57d69e6e36c417b7b360b6dd685b64e.tar.gz
tinycc-acc8f602e57d69e6e36c417b7b360b6dd685b64e.tar.bz2
Revert "Fix tests Makefiles on Windows"
This reverts commit fa2472c17246206ce6947475782de17245eceeea.
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile
index f556cc5..e9f173b 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -60,13 +60,12 @@ endif
# run local version of tcc with local libraries and includes
TCCFLAGS = -B$(TOP) -I$(TOP) -I$(top_srcdir) -I$(top_srcdir)/include -L$(TOP)
-TCC = $(TOP)/tcc $(TCCFLAGS)
ifdef CONFIG_WIN32
TCCFLAGS = -B$(top_srcdir)/win32 -I$(top_srcdir) -I$(top_srcdir)/include -L$(TOP)
- TCC = $(TOP)/win32/tcc $(TCCFLAGS)
endif
XTCCFLAGS = -B$(TOP) -B$(top_srcdir)/win32 -I$(TOP) -I$(top_srcdir) -I$(top_srcdir)/include
+TCC = $(TOP)/tcc $(TCCFLAGS)
RUN_TCC = $(NATIVE_DEFINES) -DONE_SOURCE -run $(top_srcdir)/tcc.c $(TCCFLAGS)
DISAS = objdump -d