summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPeter Johnson <peter@tortall.net>2001-12-26 07:14:06 +0000
committerPeter Johnson <peter@tortall.net>2001-12-26 07:14:06 +0000
commitca6a1c81673ef81ae619e2ab4920272f839b2017 (patch)
tree09a7d0cd4f9cfcf11b55df7772fa32d4ef4851c6 /tests
parent0caf84d85f77281120ac3f70b640ad920af0a803 (diff)
downloadyasm-ca6a1c81673ef81ae619e2ab4920272f839b2017.tar.gz
Massive build system change: single Makefile instead of recursive.
Note: still is automake-generated, but uses .inc files in the various subdirectories instead of .am files. TODO: Move arch-specific components of bytecode_test and memexpr_test to arch/x86. svn path=/trunk/yasm/; revision=395
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index 537a2069..00000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-# $IdPath$
-
-CFLAGS = @ANSI_CFLAGS@
-
-if CHECK
-#TESTS = \
-
-#noinst_PROGRAMS = \
-else
-#TESTS =
-#noinst_PROGRAMS =
-endif
-
-INCLUDES= -I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/check
-LDADD = \
- $(top_builddir)/check/libcheck.a \
- $(top_builddir)/src/parsers/nasm/libparser.a \
- $(top_builddir)/src/preprocs/raw/libpreproc.a \
- $(top_builddir)/src/optimizers/dbg/liboptimizer.a \
- $(top_builddir)/src/objfmts/dbg/libobjfmt.a \
- $(top_builddir)/src/libyasm.a \
- $(INTLLIBS)
-