diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-08-10 08:20:58 +0300 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2022-08-15 23:18:18 +0300 |
| commit | 11389247c532bf3564ea89ea3264f707d1340dd2 (patch) | |
| tree | fc686b483a9c75785af2b82fa06b6b5f54b4eeed /lib/tests/test-parser.cc | |
| parent | 3ba2c4ea08b5f9631556718c1f9b59d5213ea15b (diff) | |
tests: update test helpers and users
Move test-mu-common to mu-test-utils. Use mu_test_init as a wrapper for
g_test_init. Update users.
Diffstat (limited to 'lib/tests/test-parser.cc')
| -rw-r--r-- | lib/tests/test-parser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/test-parser.cc b/lib/tests/test-parser.cc index 4429040..74b5522 100644 --- a/lib/tests/test-parser.cc +++ b/lib/tests/test-parser.cc @@ -23,7 +23,7 @@ #include <iostream> #include <sstream> -#include "test-mu-common.hh" +#include "utils/mu-test-utils.hh" #include "mu-parser.hh" #include "utils/mu-result.hh" |
