directory = $(top_srcdir)/docs/man/man3
-dist_man_MANS = $(directory)/*.3
-$(directory)/*.3: doxyfile.stamp
+# dist_man_MANS = $(directory)/*.3
+# $(directory)/*.3: doxyfile.stamp
#$(directory)/man_page_2.3: doxyfile.stamp
doxyfile.stamp:
noinst_PROGRAMS = $(TESTS)
-AM_CXXFLAGS = -O3 -I$(top_srcdir)/include -std=c++11
+AM_CXXFLAGS = -I$(top_srcdir)/include -std=c++11
descriptive_holds_data_test_SOURCES = descriptive/holds_data.cpp
#define NAME "test"
#define VALUE "567890.1234"
-#define OPTION NAME"="VALUE
+#define OPTION NAME "=" VALUE
typedef float OptionType;
#define NAME "test"
#define VALUE "1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
-#define OPTION NAME"="VALUE
+#define OPTION NAME "=" VALUE
typedef std::string OptionType;
TestParameter(const std::string & description) : Parameter(description) { }
virtual void handle() { }
- virtual bool understand(const std::string & argVal) { }
+ virtual bool understand(const std::string & ) { return false; }
};
\ No newline at end of file