浏览代码

all.h Easy faux integration

Serj Kalichev 3 年之前
父节点
当前提交
4ed8727cea
共有 1 个文件被更改,包括 21 次插入0 次删除
  1. 21 0
      faux/all.h

+ 21 - 0
faux/all.h

@@ -0,0 +1,21 @@
+/** @file all.h
+ * @brief Contains all faux headers
+ *
+ * Easy faux integration.
+ */
+
+#include <faux/faux.h>
+#include <faux/ctype.h>
+#include <faux/conv.h>
+#include <faux/str.h>
+#include <faux/vec.h>
+#include <faux/list.h>
+#include <faux/sysdb.h>
+#include <faux/time.h>
+#include <faux/argv.h>
+#include <faux/log.h>
+#include <faux/net.h>
+#include <faux/file.h>
+#include <faux/ini.h>
+#include <faux/sched.h>
+#include <faux/testc_helpers.h>