diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-03-18 20:34:38 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-04-04 09:39:19 +1000 |
commit | 9290ce357b5063e8170f28282711718794a3c2d0 (patch) | |
tree | e5c81fb054d4bd1a240f476adaa452bbff0e2ae1 /test/.gitignore | |
parent | bc89d7db428dbf38a9f0f9b5f5e8efd1afae71f1 (diff) |
Add basic framework for unit-testing.
Also adds a bunch of fake symbols so we can link. Note that any of these
symbols will return false, 0 or whatever the zero value for the symbol is.
Care must be taken when writing test that this doesn't screw up the test.
Tests are always built but only run on make check.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000..d81fece --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,6 @@ +# Add & Override patterns for xf86-input-synaptics +# +# Edit the following section as needed +# For example, !report.pc overrides *.pc. See 'man gitignore' + +eventcomm-test |