summaryrefslogtreecommitdiff
path: root/src/tests/hs_process_table_tests.c
blob: f2c6a3123a5cabaca985e7e55ed2b42205e1d732 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "hs_tests.h"

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *
 * test suite
 *
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */

void hs_process_table_tests()
{
    printf("running hs_process_table() tests...\n");
}