Skip to content

Commit dad75c4

Browse files
committed
Splitting out OpenCL tests into separate Makefile
1 parent fc71a1f commit dad75c4

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
All: PerfectHash CompactHash GlobalSums CompactHashRemap Scan
1+
All: Makefile.OpenCL CompactHash GlobalSums CompactHashRemap Scan
22

3-
PerfectHash: Perfecthash/Makefile
4-
5-
Perfecthash/Makefile:
6-
cd PerfectHash && ./configure && make && ./neigh2d
3+
Makefile.OpenCL:
4+
#make -f Makefile.OpenCL
75

86
CompactHash: CompactHash/Makefile
97

Makefile.OpenCL

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
All: PerfectHash
2+
3+
PerfectHash: Perfecthash/Makefile
4+
5+
Perfecthash/Makefile:
6+
cd PerfectHash && ./configure && make && ./neigh2d
7+
8+
clean:
9+
cd PerfectHash; make clean; make distclean

0 commit comments

Comments
 (0)