summaryrefslogtreecommitdiff
path: root/unittest.c
blob: fe58d3d8fbc93b27e4f7f1674f7cb5d6758f48d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Unit tests and test harness for 680 project.
 *
 * Copyright 2011, Astrid Smith
 * GPL
 */

#include <default.h>

void _main(void) {

}