toaruos/userspace/tests/core-tests.c
2014-04-02 22:50:32 -07:00

9 lines
133 B
C

#include <stdio.h>
#include "lib/testing.h"
int main(int argc, char * argv[]) {
INFO("Hello world!");
DONE("Finished tests!");
}