From 15d838868b6dd7993d3f04c0a22bd9addaf731af Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 6 Oct 2021 17:11:01 -0400 Subject: Collapse test hierarchy into a single directory. --- Makefile.am | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 45ef197..b5e77f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,11 +100,11 @@ SOURCES = \ chickadee/cli/bundle.scm TESTS = \ - tests/math/vector.scm \ - tests/data/array-list.scm \ - tests/data/heap.scm \ - tests/data/quadtree.scm \ - tests/data/queue.scm + tests/vector.scm \ + tests/array-list.scm \ + tests/heap.scm \ + tests/quadtree.scm \ + tests/queue.scm TEST_EXTENSIONS = .scm SCM_LOG_COMPILER = $(top_builddir)/test-env $(GUILE) @@ -143,7 +143,11 @@ EXTRA_DIST += \ examples/models/Suzanne/Suzanne.gltf \ examples/models/Suzanne/Suzanne_BaseColor.png \ examples/models/Suzanne/Suzanne_MetallicRoughness.png \ - tests/utils.scm + tests/utils.scm \ + $(TESTS) + +CLEANFILES += \ + $(TESTS:tests/%.scm=%.log) dist_pkgdata_DATA = \ data/AUTHORS \ -- cgit v1.2.3