21 lines
472 B
Diff
21 lines
472 B
Diff
From ae06d06dd709b0dbb398864deef177a745ba3089 Mon Sep 17 00:00:00 2001
|
|
Date: Thu, 24 Oct 2019 05:56:04 +0300
|
|
Subject: [PATCH 3/3] Disable test/apps (link error)
|
|
|
|
---
|
|
Makefile.am | 1 -
|
|
1 files changed, 0 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index 23af1b3..773368d 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -34,7 +34,6 @@ SUBDIRS = \
|
|
src/tools/perf \
|
|
src/tools/profile \
|
|
bindings/java \
|
|
- test/apps \
|
|
examples
|
|
|
|
if HAVE_GTEST
|