From abe7e449143052b07fae688da690c2a7d387a291 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 14 Nov 2013 15:35:47 -0700 Subject: Fixed (?) parsing order of operations bug, added unit tests. --- src/options.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/options.cpp') diff --git a/src/options.cpp b/src/options.cpp index 7fbd70e..6e264f9 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -1,6 +1,7 @@ #include "options.h" #include "unitnumber.h" +#include "unitparser.h" #include "number.h" #include @@ -37,6 +38,7 @@ Options::~Options() int Options::selfTest( Bu::StringArray ) { UnitNumber().run(); + UnitParser().run(); exit( 0 ); return 0; -- cgit v1.2.3