summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-03-09 11:36:19 -0500
committerAdam Kocoloski <adam@cloudant.com>2010-03-09 11:36:19 -0500
commitd645998e35762b78fc845afdda68236fb7c28b26 (patch)
tree4771b950f916e5af05def5a554cd3351f929a570 /test
parent5f4714f15226719c991bba8116d1f09b58dcf264 (diff)
removing old Makefiles
Diffstat (limited to 'test')
-rw-r--r--test/Emakefile4
-rw-r--r--test/Makefile12
2 files changed, 0 insertions, 16 deletions
diff --git a/test/Emakefile b/test/Emakefile
deleted file mode 100644
index d05e4d94..00000000
--- a/test/Emakefile
+++ /dev/null
@@ -1,4 +0,0 @@
-{"*", [warn_obsolete_guard, warn_unused_import,
- warn_shadow_vars, warn_export_vars, debug_info,
- {i, "../include"},
- {outdir, "../tests_ebin"}]}.
diff --git a/test/Makefile b/test/Makefile
deleted file mode 100644
index 45998c6e..00000000
--- a/test/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-include ../support/include.mk
-
-all: $(EBIN_FILES_NO_DOCS)
-
-doc: $(EBIN_FILES)
-
-debug:
- $(MAKE) DEBUG=-DDEBUG
-
-clean:
- rm -rf $(EBIN_FILES)
- rm -rf ../tests_ebin \ No newline at end of file