Skip to content

Commit 5424aa2

Browse files
committed
Merge #37: Tests: minor changes
614e230 [test] Sort includes (John Newbery) 6610adc [test] Update .gitignore to ignore test output (John Newbery) Pull request description: - add test output to .gitignore - sort includes ACKs for top commit: sipa: utACK 614e230 Tree-SHA512: c5148e59d5e4f1afa472bbeb6e6e6f0d62035012c70ff3c9cb7710afa865bbfb42b44addf38ed15e23d410687a2d71a4560d60f265141470203de7273e33a578
2 parents 3986ded + 614e230 commit 5424aa2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ configure
3131
libtool
3232
stamp-h1
3333

34-
test-exhaust
35-
test-exhaust-verify
34+
test*
3635
bench

src/test.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
* file LICENSE or http://www.opensource.org/licenses/mit-license.php.*
55
**********************************************************************/
66

7-
#include "../include/minisketch.h"
8-
#include <vector>
97
#include <algorithm>
10-
#include <stdexcept>
8+
#include <cstdio>
119
#include <limits>
1210
#include <random>
13-
#include <stdio.h>
11+
#include <stdexcept>
12+
#include <vector>
13+
14+
#include "../include/minisketch.h"
1415
#include "util.h"
1516

1617
namespace {

0 commit comments

Comments
 (0)