Skip to content

Commit

Permalink
Move piqirun test to tests/piqirun
Browse files Browse the repository at this point in the history
  • Loading branch information
alavrik committed Mar 13, 2015
1 parent abdebdb commit 6094093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ include ../make/Makefile.dirs


DIRS = \
piqirun \
addressbook \
piqi \
perf \
Expand Down
2 changes: 1 addition & 1 deletion tests/piqirun/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RESULT = test
SOURCES = test.ml


export OCAMLPATH = ../..
export OCAMLPATH := ../..:$(OCAMLPATH)
PACKS = piqirun.pb


Expand Down

0 comments on commit 6094093

Please sign in to comment.