summaryrefslogtreecommitdiff
path: root/lib/tftp
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2019-11-29 10:26:38 +0100
committerLukas Larsson <lukas@erlang.org>2019-11-29 10:26:38 +0100
commitd2b34084ceb7c67c7272b4e04a3a2245e60a353c (patch)
tree3e02fa7e739a31c9a317faf93ab199fe01780ce1 /lib/tftp
parent9a9c6a31732d38a4ce6560fee313b45e5aad860b (diff)
parent929f1d282d743d949962d2f011282792bae7f538 (diff)
downloaderlang-d2b34084ceb7c67c7272b4e04a3a2245e60a353c.tar.gz
Merge branch 'lukas/stdlib/ets_benchmark_fix'
* lukas/stdlib/ets_benchmark_fix: otp: Remove empty benchmark test spec files ets: Do not use OTP-23 fetures in benchmark code
Diffstat (limited to 'lib/tftp')
-rw-r--r--lib/tftp/test/Makefile2
-rw-r--r--lib/tftp/test/tftp_bench.spec1
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/tftp/test/Makefile b/lib/tftp/test/Makefile
index 99f36256b0..a68bc4df6f 100644
--- a/lib/tftp/test/Makefile
+++ b/lib/tftp/test/Makefile
@@ -114,7 +114,7 @@ SOURCE = $(ERL_FILES) $(HRL_FILES)
TARGET_FILES = $(MODULES:%=$(EBIN)/%.$(EMULATOR))
-TFTP_SPECS = tftp.spec tftp_bench.spec
+TFTP_SPECS = tftp.spec
COVER_FILE = tftp.cover
TFTP_FILES = tftp.config $(TFTP_SPECS)
diff --git a/lib/tftp/test/tftp_bench.spec b/lib/tftp/test/tftp_bench.spec
deleted file mode 100644
index 43fa385c85..0000000000
--- a/lib/tftp/test/tftp_bench.spec
+++ /dev/null
@@ -1 +0,0 @@
-{suites,"../tftp_test",[]}.