Richard Hansen
9f2d6279d2
Rename master
branch to main
2024-12-21 22:00:56 -05:00
Richard Hansen
17069e3668
Clarify compatibility goal and core module support
2020-07-11 11:17:10 -04:00
Richard Hansen
290077dc5e
Document that contributions are subject to the DCO
2020-07-01 11:46:32 -04:00
Richard Hansen
c198e21c16
Recommend VERBOSE=1
when running tests
...
This causes Automake to output a failed test's log so that you don't
have to look at the `.log` file yourself.
2020-06-30 19:37:01 -04:00
Richard Hansen
a8212a397e
Add a test for unexpected warnings
2020-06-30 00:40:26 -04:00
Richard Hansen
0cc83cd5ec
Simplify runtime imports in test code
...
Also use `BAIL_OUT` instead of `die` if `require 'ddclient'` fails.
2020-06-29 17:26:46 -04:00
Richard Hansen
dde91fd028
Typo fix (you -> your)
2020-06-29 17:12:01 -04:00
Richard Hansen
c390e75769
Add unit test infrastructure.
...
Now all that is needed to add a new unit test is to create a `t/*.pl`
file and list it in the `handwritten_tests` variable.
To run the test suite, run:
./autogen && ./configure && make check
Fixes #147
2020-06-29 11:08:32 -04:00
Richard Hansen
e74797f557
Start a contributor guide
...
Addreses #122 , #129
2020-06-11 23:10:39 -04:00