This is an example how to use SelLdrLauncher that starts sel_ldr, loads a NaCl module and calls SRPC methods from NaCl module.

To build this example, you will need 64-bit linux.

1. Build native_client with ./scons sdl=none --mode=nacl,opt-linux platform=x86-64

2. Make this directory current (cd tests/codelab/sel_ldr_launcher)

3. make

4. make run

