summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-21 13:22:51 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:45 -0700
commitbf7b30065fba2d9440b3755f44a02a2a84cf0e96 (patch)
tree0312f1a84b5f87d6584c4f27ea15aa5e6758131b /tests
parentd49bcadf159501bec166304825047d2c1ea9b915 (diff)
downloadlibpeas-bf7b30065fba2d9440b3755f44a02a2a84cf0e96.tar.gz
build: use 1.99.x for 2.0 development
Additionally, fix the things that break with that along the way.
Diffstat (limited to 'tests')
-rw-r--r--tests/libpeas/testing/testing.c2
-rw-r--r--tests/testing-util/testing-util.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/libpeas/testing/testing.c b/tests/libpeas/testing/testing.c
index 3bfa99e..7ceaf62 100644
--- a/tests/libpeas/testing/testing.c
+++ b/tests/libpeas/testing/testing.c
@@ -50,7 +50,7 @@ testing_init (int *argc,
g_irepository_require_private (g_irepository_get_default (),
BUILDDIR "/tests/libpeas/introspection",
- "Introspection", VERSION_MAJOR_S, 0, &error);
+ "Introspection", API_VERSION_S, 0, &error);
g_assert_no_error (error);
initialized = TRUE;
diff --git a/tests/testing-util/testing-util.c b/tests/testing-util/testing-util.c
index 464460d..ab58eb9 100644
--- a/tests/testing-util/testing-util.c
+++ b/tests/testing-util/testing-util.c
@@ -211,7 +211,7 @@ testing_util_init (void)
g_irepository_require_private (g_irepository_get_default (),
BUILDDIR "/libpeas",
- "Peas", VERSION_MAJOR_S, 0, &error);
+ "Peas", API_VERSION_S, 0, &error);
g_assert_no_error (error);
initialized = TRUE;