diff options
author | Max Kellermann <max@duempel.org> | 2014-01-27 09:28:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-27 09:28:08 +0100 |
commit | 0e3f18ed70e8a508cc0c7ce5f24220ae2e612ccb (patch) | |
tree | 5e1947dd0e33d10a8ab34dd660e95c52e02102f2 | |
parent | e5b1d30f1bb24d55b8d62f0dfd79458cdfe43ad2 (diff) | |
download | mpd-0e3f18ed70e8a508cc0c7ce5f24220ae2e612ccb.tar.gz mpd-0e3f18ed70e8a508cc0c7ce5f24220ae2e612ccb.tar.xz mpd-0e3f18ed70e8a508cc0c7ce5f24220ae2e612ccb.zip |
Makefile.am: move test-suite.log back to base directory
Was broken on out-of-tree builds.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d17277899..e21a1f920 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1213,8 +1213,6 @@ sparse-check: # Test programs # -TEST_SUITE_LOG = build/test-suite.log - if ENABLE_TEST C_TESTS = \ |