diff options
| author | jakob <jakob@memeware.net> | 2017-04-12 16:54:36 -0400 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-04-12 16:54:36 -0400 |
| commit | 07347dcaa361607a924178eff787177e8cca6d68 (patch) | |
| tree | 5109650cbaf0a8ff5a9dadad5ab912f1cf59911d /test/test_run.c | |
| parent | 411a40b5c077ca69e34c7016428eb9d856f8fe73 (diff) | |
Expanded tests for the command-line interface.
Diffstat (limited to 'test/test_run.c')
| -rw-r--r-- | test/test_run.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_run.c b/test/test_run.c index 04099d4..b63bcb5 100644 --- a/test/test_run.c +++ b/test/test_run.c @@ -33,6 +33,8 @@ int tests_run = 0; static char *run_all_tests(void) { mu_run_test(test_out_path); + mu_run_test(test_vararg_index); + mu_run_test(test_game_id); mu_run_test(test_derive_initial); mu_run_test(test_derive_primary); mu_run_test(test_stream_obj); |