Make tests public. Rewrite most tests. Add tests.
[pintos-anon] / src / tests / main.h
diff --git a/src/tests/main.h b/src/tests/main.h
new file mode 100644 (file)
index 0000000..f0e8818
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef TESTS_MAIN_H
+#define TESTS_MAIN_H
+
+void test_main (void);
+
+#endif /* tests/main.h */