Readme updates, Updated tests to use args macro more.

This commit is contained in:
2023-07-12 03:41:16 -04:00
parent b17c094cd2
commit 128b0e17fe
8 changed files with 70 additions and 72 deletions

View File

@ -1,4 +1,7 @@
#include "Bloat.cpp"
#ifdef gen_time
#define GEN_DEFINE_LIBRARY_CODE_CONSTANTS
#define GEN_FEATURE_PARSING
#include "gen.cpp"
#include "Upfront\Array.Upfront.hpp"
#include "Upfront\Buffer.Upfront.hpp"
#include "Upfront\HashTable.Upfront.hpp"
@ -6,8 +9,6 @@
#include "Upfront\Sanity.Upfront.hpp"
#ifdef gen_time
#include "gen.cpp"
using namespace gen;