tests/Makefile.am
2009-11-15 keep running tests even if we failed a testcase
2009-11-15 converted test-util.c to gtester
2009-11-15 make test-variables actually work. We're not checking floats and doubles right now, but thats not a big deal at the moment. To do it, we'll need to use a union or something in the fixture...
2009-11-13 removing the reference to the tests to prep for the move to gtest
2009-03-09 Adding code coverage support with gcov and lcov. This will only be enabled if the compiler is gcc and --enable-debug is passed to configure. Aside from that, lcov is required to build the html pages which will be put into $(top_builddir)/html
2008-09-20 Whoops forgot to remove the generated report directory from SUBDIRS
2008-09-20 Removed the html report that was generated for the tests, it's messy and i don't feel like messing with it right now
2008-07-25 The start of file variable testing
2008-03-17 added *.gcda to CLEANFILES
2008-02-27 And grim said, let there be for loops
2008-02-25 A lot of goodies for the xml config format that will be coming sooner rather than later
2008-02-24 Experimenting with gcov... needs more work, while i need to be working on if and for functions..
2008-02-24 Added tests for gplate_util_is_quoted_string
2008-02-24 A bunch of updates, moving to specter to continue working...
2008-02-20 Renaming these to the convention used in the rest of the library
2008-02-19 A ton of updates that aparently don't work... will look into this more tomorrow, now, must sleep
2008-02-17 Some build system tweaks so that we pass make dist
2008-02-11 This is having all kinds of issues, let's not enable it by default...
2008-02-10 Ignore tweaks
2008-02-10 distcheck now passes
2008-02-10 Some build file tweaks for the html output
2008-02-10 Added a stylesheet for the check output as well as a make rule for it...
2008-01-01 Added a simple include test
2007-12-23 Added testing of simple variables
2007-11-26 Basic (read as no tokens) templating works
2007-11-24 Initial import, plus i want to move to specter