Kaynağa Gözat

all.h Easy faux integration

Serj Kalichev 3 yıl önce
ebeveyn
işleme
4ed8727cea
1 değiştirilmiş dosya ile 21 ekleme ve 0 silme
  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>