File: 12_remove_test_duplication.patch

package info (click to toggle)
splint 1%3A3.1.2%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,004 kB
  • sloc: ansic: 150,869; yacc: 3,465; sh: 3,034; makefile: 2,158; lex: 412
file content (26 lines) | stat: -rw-r--r-- 714 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From: Carlos Maddela <e7appew@gmail.com>
Date: Mon, 20 Mar 2017 20:00:00 +1100
Subject: Remove superfluous duplication of tests.

Description: Remove superfluous duplication of tests.
 Only perform tests when "make check" is called.
Author: Carlos Maddela <e7appew@gmail.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---
 test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index b9716fe..e1fb9a2 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -73,7 +73,7 @@ SPLINTTESTS = $(UNITTESTS) $(SUBDIRTESTS)
 QUICKTESTS = db3
 
 .PHONY: all check
-all check: fulltest
+check: fulltest
 
 .PHONY: version
 version: