Add a little demo/test code for the `threads' project.
[pintos-anon] / src / threads / test.h
diff --git a/src/threads/test.h b/src/threads/test.h
new file mode 100644 (file)
index 0000000..dde08fa
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef THREADS_TEST_H
+#define THREADS_TEST_H
+
+void test (void);
+
+#endif /* threads/test.h */