CS318 - Pintos
Pintos source browser for JHU CS318 course
Data Fields
test Struct Reference

Data Fields

const char * name
 
test_funcfunction
 

Detailed Description

Definition at line 6 of file tests.c.

Field Documentation

◆ function

test_func* test::function

Definition at line 9 of file tests.c.

Referenced by run_test().

◆ name

const char* test::name

Definition at line 8 of file tests.c.

Referenced by run_test().


The documentation for this struct was generated from the following file: