OCaml で ppx コマンドを呼び出す際に

ocaml -ppx `ocamlfind printconf path`/ppx_test/ppx_test

として ppx コマンドを指定しているのですが、より良い方法はありませんか?

※ 環境は Mac OS X です。ppx は OPAM からインストールしています。

追記

$ ocamlfind ocaml -package ppx_test

または、

$ ocamlfind ocaml -package ppx_test/ppx_test

と入力したのですが以下のように表示されてしまいます。

Usage: ocamlfind query [-help | other options] ...
or: ocamlfind ocamlc [-help | other options] ...
or: ocamlfind ocamlcp [-help | other options] ...
or: ocamlfind ocamlmklib [-help | other options] ...
or: ocamlfind ocamlmktop [-help | other options] ...
or: ocamlfind ocamlopt [-help | other options] ...
or: ocamlfind ocamloptp [-help | other options] ...
or: ocamlfind ocamldep [-help | other options] ...
or: ocamlfind ocamlbrowser [-help | other options]
or: ocamlfind ocamldoc [-help | other options] ...
or: ocamlfind install [-help | other options] ...
or: ocamlfind remove [-help | other options] 
or: ocamlfind printconf [-help] [variable]
or: ocamlfind list
or: ocamlfind pkg/cmd arg ...
Select toolchain with:
ocamlfind -toolchain 
Abbreviations:
e.g. ocamlfind opt instead of ocamlfind ocamlopt

opam list で見ると、ocamlfind のバージョンは

ocamlfind 1.5.5 A library manager for OCaml

です。Mac OS X で対応していない、あるいは、ocamlfind のバージョンが古いのでしょうか?