openvpn/tests/unit_tests/example_test
Frank Lichtenheld 55d73959cc tests: disable automake serial_tests
Serial mode is the old one and offers much less options for
running the tests. Generally our tests seem to work fine
with the newer parallel mode. The only reason we stuck with
serial_tests seems to be that we didn't like that it doesn't
output the test output by default. We could fix that with a
custom test driver. But will put that into a separate commit.

Change-Id: Ic7265d89142637b0963a6847c6beb06d9163bbb1
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <20231214111635.237429-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27812.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
2023-12-18 19:01:38 +01:00
..
Makefile.am tests: disable automake serial_tests 2023-12-18 19:01:38 +01:00
README.md Add unit testing support via cmocka 2016-05-30 22:40:55 +02:00
test.c Add missing stdint.h includes in unit tests files 2023-02-10 21:52:37 +01:00
test2.c Add missing stdint.h includes in unit tests files 2023-02-10 21:52:37 +01:00

This test only checks that test compilation works. This example contains two test executables.

These tests can be used as template for 'real' tests.