summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2012-06-15 22:06:58 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2012-06-30 19:58:37 +0000
commitc394b759586e2c20b249d6c48e2435388114d6da (patch)
treef4f855121b2daa9c55db4736bf5b92165d41995f /tests
parentaf5f8cc2004ae6a56447614ac9d61ac75115ea7d (diff)
tests: sort list of tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9fdf040..7ca3f40 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,13 +1,13 @@
TESTS = \
- sanity-test \
array-test \
- map-test \
- list-test \
+ client-test \
connection-test \
event-loop-test \
- client-test \
+ fixed-test \
+ list-test \
+ map-test \
os-wrappers-test \
- fixed-test
+ sanity-test
check_PROGRAMS = \
$(TESTS) \
@@ -18,14 +18,14 @@ noinst_PROGRAMS = \
test_runner_src = test-runner.c test-runner.h test-helpers.c
-sanity_test_SOURCES = sanity-test.c $(test_runner_src)
-map_test_SOURCES = map-test.c $(test_runner_src)
array_test_SOURCES = array-test.c $(test_runner_src)
-list_test_SOURCES = list-test.c $(test_runner_src)
+client_test_SOURCES = client-test.c $(test_runner_src)
connection_test_SOURCES = connection-test.c $(test_runner_src)
event_loop_test_SOURCES = event-loop-test.c $(test_runner_src)
-client_test_SOURCES = client-test.c $(test_runner_src)
fixed_test_SOURCES = fixed-test.c $(test_runner_src)
+list_test_SOURCES = list-test.c $(test_runner_src)
+map_test_SOURCES = map-test.c $(test_runner_src)
+sanity_test_SOURCES = sanity-test.c $(test_runner_src)
fixed_benchmark_SOURCES = fixed-benchmark.c