[gimp] app: remove leftover operation testing junk from tests Makefile.am
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: remove leftover operation testing junk from tests Makefile.am
- Date: Sat, 16 Jun 2012 22:23:38 +0000 (UTC)
commit 2bf48b5f1958ea47747315914a259eaa14fcc484
Author: Michael Natterer <mitch gimp org>
Date: Sun Jun 17 00:22:48 2012 +0200
app: remove leftover operation testing junk from tests Makefile.am
app/tests/Makefile.am | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index e536fdd..f7ba12c 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -22,7 +22,6 @@ TESTS = \
test-core \
test-gimpidtable \
test-gimptilebackendtilemanager \
- test-operations \
test-save-and-export \
test-session-2-6-compatibility \
test-session-2-8-compatibility-multi-window \
@@ -35,7 +34,7 @@ TESTS = \
EXTRA_PROGRAMS = $(TESTS)
CLEANFILES = $(EXTRA_PROGRAMS)
-$(TESTS): gimpdir-output operations-output
+$(TESTS): gimpdir-output
noinst_LIBRARIES = libgimpapptestutils.a
libgimpapptestutils_a_SOURCES = \
@@ -139,8 +138,5 @@ gimpdir-output:
mkdir -p gimpdir-output/patterns
mkdir -p gimpdir-output/gradients
-operations-output:
- mkdir -p operations-output
-
clean-local:
- rm -rf gimpdir-output operations-output
+ rm -rf gimpdir-output
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]