Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xcthulhu committed Feb 28, 2015
1 parent 1b352bd commit 68a9fa1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
.PHONY: test go-test clean
.PHONY: test cpp-test go-test cpp-build clean

test: go-test ./cpp-build/test/Test
test: cpp-test go-test

cpp-test: cpp-build/test/Test
./cpp-build/test/Test

go-test:
make -C go-ethash test

cpp-build/Makefile:
cpp-build cpp-build/Makefile:
mkdir -p cpp-build/
cd cpp-build/ && cmake ..

Expand Down

0 comments on commit 68a9fa1

Please sign in to comment.