summaryrefslogtreecommitdiffstats
path: root/fnet
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-02-19 14:13:07 +0100
committerTor Egge <Tor.Egge@broadpark.no>2019-02-19 14:13:07 +0100
commitfdbce1ce68db930ffedca679e76f62d1680fd1b3 (patch)
treefcecb25c548b94957249f4922d0f138c014b1840 /fnet
parente15f9a2901654e800a89923060b4bbbb6e74ea3d (diff)
Remove files used by old unit test runner.
Diffstat (limited to 'fnet')
-rw-r--r--fnet/src/tests/databuffer/DESC2
-rw-r--r--fnet/src/tests/databuffer/FILES1
-rw-r--r--fnet/src/tests/examples/FILES1
-rw-r--r--fnet/src/tests/frt/method_pt/DESC2
-rw-r--r--fnet/src/tests/frt/method_pt/FILES1
-rw-r--r--fnet/src/tests/frt/rpc/DESC1
-rw-r--r--fnet/src/tests/frt/rpc/FILES3
-rw-r--r--fnet/src/tests/frt/values/FILES1
-rw-r--r--fnet/src/tests/info/DESC1
-rw-r--r--fnet/src/tests/info/FILES1
-rw-r--r--fnet/src/tests/locking/DESC1
-rw-r--r--fnet/src/tests/locking/FILES2
-rw-r--r--fnet/src/tests/printstuff/FILES1
-rw-r--r--fnet/src/tests/scheduling/DESC1
-rw-r--r--fnet/src/tests/scheduling/FILES1
-rw-r--r--fnet/src/tests/sync_execute/DESC1
-rw-r--r--fnet/src/tests/sync_execute/FILES1
-rw-r--r--fnet/src/tests/time/DESC1
-rw-r--r--fnet/src/tests/time/FILES1
19 files changed, 0 insertions, 24 deletions
diff --git a/fnet/src/tests/databuffer/DESC b/fnet/src/tests/databuffer/DESC
deleted file mode 100644
index d947b059899..00000000000
--- a/fnet/src/tests/databuffer/DESC
+++ /dev/null
@@ -1,2 +0,0 @@
-Benchmark some databuffer operations and check for consistent
-encoding/decoding.
diff --git a/fnet/src/tests/databuffer/FILES b/fnet/src/tests/databuffer/FILES
deleted file mode 100644
index c0265d2742f..00000000000
--- a/fnet/src/tests/databuffer/FILES
+++ /dev/null
@@ -1 +0,0 @@
-databuffer.cpp
diff --git a/fnet/src/tests/examples/FILES b/fnet/src/tests/examples/FILES
deleted file mode 100644
index 58573211940..00000000000
--- a/fnet/src/tests/examples/FILES
+++ /dev/null
@@ -1 +0,0 @@
-examples_test.cpp
diff --git a/fnet/src/tests/frt/method_pt/DESC b/fnet/src/tests/frt/method_pt/DESC
deleted file mode 100644
index 81e7d2c6d1c..00000000000
--- a/fnet/src/tests/frt/method_pt/DESC
+++ /dev/null
@@ -1,2 +0,0 @@
-Ensure that the method pointer magic used by FRT works with the
-current compiler.
diff --git a/fnet/src/tests/frt/method_pt/FILES b/fnet/src/tests/frt/method_pt/FILES
deleted file mode 100644
index 9586cd113fb..00000000000
--- a/fnet/src/tests/frt/method_pt/FILES
+++ /dev/null
@@ -1 +0,0 @@
-method_pt.cpp
diff --git a/fnet/src/tests/frt/rpc/DESC b/fnet/src/tests/frt/rpc/DESC
deleted file mode 100644
index 017c68b41f8..00000000000
--- a/fnet/src/tests/frt/rpc/DESC
+++ /dev/null
@@ -1 +0,0 @@
-Various tests related to rpc invocation.
diff --git a/fnet/src/tests/frt/rpc/FILES b/fnet/src/tests/frt/rpc/FILES
deleted file mode 100644
index e038169da5d..00000000000
--- a/fnet/src/tests/frt/rpc/FILES
+++ /dev/null
@@ -1,3 +0,0 @@
-invoke.cpp
-session.cpp
-sharedblob.cpp
diff --git a/fnet/src/tests/frt/values/FILES b/fnet/src/tests/frt/values/FILES
deleted file mode 100644
index 8450fbfdf7e..00000000000
--- a/fnet/src/tests/frt/values/FILES
+++ /dev/null
@@ -1 +0,0 @@
-values_test.cpp
diff --git a/fnet/src/tests/info/DESC b/fnet/src/tests/info/DESC
deleted file mode 100644
index 4e7cd423af6..00000000000
--- a/fnet/src/tests/info/DESC
+++ /dev/null
@@ -1 +0,0 @@
-Dummy test used to print out some general info about FNET.
diff --git a/fnet/src/tests/info/FILES b/fnet/src/tests/info/FILES
deleted file mode 100644
index 62e5403ecb5..00000000000
--- a/fnet/src/tests/info/FILES
+++ /dev/null
@@ -1 +0,0 @@
-info.cpp
diff --git a/fnet/src/tests/locking/DESC b/fnet/src/tests/locking/DESC
deleted file mode 100644
index 86c035e5a09..00000000000
--- a/fnet/src/tests/locking/DESC
+++ /dev/null
@@ -1 +0,0 @@
-Benchmark locking and some queue locking strategies.
diff --git a/fnet/src/tests/locking/FILES b/fnet/src/tests/locking/FILES
deleted file mode 100644
index dfa689e7256..00000000000
--- a/fnet/src/tests/locking/FILES
+++ /dev/null
@@ -1,2 +0,0 @@
-lockspeed.cpp
-drainpackets.cpp
diff --git a/fnet/src/tests/printstuff/FILES b/fnet/src/tests/printstuff/FILES
deleted file mode 100644
index 95a889d6494..00000000000
--- a/fnet/src/tests/printstuff/FILES
+++ /dev/null
@@ -1 +0,0 @@
-printstuff_test.cpp
diff --git a/fnet/src/tests/scheduling/DESC b/fnet/src/tests/scheduling/DESC
deleted file mode 100644
index 6e4ca2972b9..00000000000
--- a/fnet/src/tests/scheduling/DESC
+++ /dev/null
@@ -1 +0,0 @@
-Scheduler test.
diff --git a/fnet/src/tests/scheduling/FILES b/fnet/src/tests/scheduling/FILES
deleted file mode 100644
index bd5dc7f2572..00000000000
--- a/fnet/src/tests/scheduling/FILES
+++ /dev/null
@@ -1 +0,0 @@
-schedule.cpp
diff --git a/fnet/src/tests/sync_execute/DESC b/fnet/src/tests/sync_execute/DESC
deleted file mode 100644
index 4f1b88599a8..00000000000
--- a/fnet/src/tests/sync_execute/DESC
+++ /dev/null
@@ -1 +0,0 @@
-Test the sync and execute methods on the transport object.
diff --git a/fnet/src/tests/sync_execute/FILES b/fnet/src/tests/sync_execute/FILES
deleted file mode 100644
index 2e03de91167..00000000000
--- a/fnet/src/tests/sync_execute/FILES
+++ /dev/null
@@ -1 +0,0 @@
-sync_execute.cpp
diff --git a/fnet/src/tests/time/DESC b/fnet/src/tests/time/DESC
deleted file mode 100644
index 27214fa9bcc..00000000000
--- a/fnet/src/tests/time/DESC
+++ /dev/null
@@ -1 +0,0 @@
-Check how fast we can determine what time it is.
diff --git a/fnet/src/tests/time/FILES b/fnet/src/tests/time/FILES
deleted file mode 100644
index bf3708f36fa..00000000000
--- a/fnet/src/tests/time/FILES
+++ /dev/null
@@ -1 +0,0 @@
-timespeed.cpp