]> git.draconx.ca Git - gob-dx.git/history - tests
Replace gnulib patch with new common helper macro.
[gob-dx.git] / tests /
2023-01-25 Nick BowlerAvoid "touch" in the testsuite.
2023-01-25 Nick BowlerUse libtool to link programs in the testsuite.
2022-02-26 Nick BowlerImprove str.gob testcase on non-GNU compilers.
2022-02-25 Nick BowlerAdd missing g_type_init calls to test cases.
2022-02-25 Nick BowlerFix awk usage in the testsuite.
2021-03-14 Nick BowlerBump dxcommon to pull in build portability improvements.
2021-03-03 Nick BowlerFix testsuite on ancient GLib.
2021-03-03 Nick BowlerConvert command-line options processing to getopt_long.
2021-03-03 Nick BowlerMake --no-gnu suppress get_type function attributes.
2020-02-14 Nick BowlerExpand --no-touch-headers to include the private header.
2020-02-14 Nick BowlerImprove --version output.
2020-02-14 Nick BowlerMake --help output go to standard output.
2020-02-14 Nick BowlerAdd test cases for various command-line options.
2020-02-08 Nick BowlerAdd simple test cases using private data members.
2020-02-08 Nick BowlerInclude <config.h> in test cases.
2020-02-08 Nick BowlerMinor testsuite cleanup.
2020-02-07 Nick BowlerAdd missing <stdlib.h> includes in test cases.
2020-02-07 Nick BowlerImplement chaining of interface methods.
2020-02-07 Nick BowlerFix dynamic interface implementation.
2020-02-07 Nick BowlerExpand the interface implementation test cases.
2020-01-27 Nick BowlerReplace GOB2_CHECK with the version from dxcommon.
2020-01-27 Nick BowlerAdd a test case which runs the GOB2_CHECK macro.
2019-02-27 Nick BowlerAdd support for simple dynamic types.
2019-02-27 Nick BowlerPull in dxcommon for library tests.