diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-11-27 20:18:33 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-11-27 20:19:33 -0600 |
commit | 743fdb8a79e771cfbd98ed53a66a4d129f8fe2f6 (patch) | |
tree | 643d3bb7dfe3bc52d8c5eb6da253e3a630525242 /Makefile.am | |
parent | 4449ec393d0a0e2340511c6352f1096c5bee1fbf (diff) | |
download | 8sync-743fdb8a79e771cfbd98ed53a66a4d129f8fe2f6.tar.gz |
Add test runner utility from David Thompson
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f1ccbc3..bd1587a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -67,5 +67,5 @@ CLEANFILES = \ EXTRA_DIST = \ $(SOURCES) \ $(TESTS) \ - pre-inst-env.in -# tests/utils.scm + pre-inst-env.in \ + tests/utils.scm |