libx52/cli
nirenjan 377aea90b5 Remove spurious test cases
Prior to this change, the tests file contained every test that was in
the original script based test suite. However, we don't need to test
every single scenario within libx52, since those are already handled in
the libx52 specific tests. This also causes a slow compilation, since
the tests are written as a series of macros, and the result is a 2000+
line file before preprocessing.

This change removes some of the spurious test cases, and simply checks
that the parameters passed to the corresponding libx52 function are as
expected for a few test cases.
2021-07-30 11:48:14 -07:00
..
Makefile.am Include CLI tests file into distribution 2021-07-30 03:09:21 -07:00
test_x52_cli.c Use cmocka to test CLI 2021-07-30 03:03:16 -07:00
test_x52_cli_tests.c Remove spurious test cases 2021-07-30 11:48:14 -07:00
x52_cli.c Use cmocka to test CLI 2021-07-30 03:03:16 -07:00