예제 #1
0
void test_shutdown_filesystem(void)
{
  int rc=0;
  rc=unmount(BASE_FOR_TEST) ;
  rtems_test_assert(rc==0);
  del_ramdisk();
}
예제 #2
0
파일: fs_support.c 프로젝트: Avanznow/rtems
void test_shutdown_filesystem(void)
{
  int rc=0;
  rc=unmount(BASE_FOR_TEST) ;
  rtems_test_assert(rc==0);
  rtems_test_assert(rtems_resource_snapshot_check(&before_mount));
  del_ramdisk();
}