mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
First milestone towards flags rewrite --- it builds and the tests pass, but
nothing actually works.
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#include "globals.h"
|
||||
#include "flags.h"
|
||||
#include "fluxmap.h"
|
||||
#include "fluxmapreader.h"
|
||||
#include <sstream>
|
||||
|
||||
FlagGroup flags { &fluxmapReaderFlags };
|
||||
|
||||
typedef std::vector<unsigned> ivector;
|
||||
|
||||
namespace std {
|
||||
@@ -124,6 +127,8 @@ void test_patternmatchingwithtrailingzeros()
|
||||
|
||||
int main(int argc, const char* argv[])
|
||||
{
|
||||
flags.parseFlags(0, NULL);
|
||||
|
||||
test_patternconstruction();
|
||||
test_patternmatchingwithouttrailingzeros();
|
||||
test_patternmatchingwithtrailingzeros();
|
||||
|
||||
Reference in New Issue
Block a user