/**
* This is a test for tr_path in $package$
*/
#include "si_test.h"
#include <mruby.h>
#include "tr_path.h"


TEST_FUNC(tr_path) {
  TEST_DONE();
}


int main(void) {
  TEST_INIT();
  TEST_RUN(tr_path);
  TEST_REPORT();
}