summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index f5d2ae0..344a559 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,8 +1,12 @@
-SYREP=../syrep
+SYREP=../src/syrep
+
+ifdef VERBOSE
+VERBOSE=-v
+endif
%:
- mkdir -p rep1 rep2
- $(SYREP) --show-deleted --show-times --$@ rep1 rep2
+ @mkdir -p rep1 rep2
+ $(SYREP) $(VERBOSE) --output-directory=extract -opatch --show-deleted --show-times --$@ rep1 rep2
all: update