diff options
author | Colin Walters <walters@verbum.org> | 2021-04-07 17:10:44 +0000 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2021-04-07 19:19:05 +0000 |
commit | a90d59cf2dd8d158c71fd0f14b9d249ac703895a (patch) | |
tree | 18c14080cf98798c9495afb067578615985692ee /Makefile-tests.am | |
parent | b5c21defe9a66d601941a2408fd1aca310588108 (diff) | |
download | ostree-a90d59cf2dd8d158c71fd0f14b9d249ac703895a.tar.gz |
build-sys: Remove --enable-experimental-api
It was added for the collections bits, but we made that stable.
It's now just cruft and we're very unlikely to reuse the infrastructure
again.
Motivated by a unit test failure when running from a tarball:
https://github.com/ostreedev/ostree/issues/2313
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r-- | Makefile-tests.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am index 257b4a5d..23dba331 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -156,8 +156,6 @@ _installed_or_uninstalled_test_scripts += \ $(NULL) endif -experimental_test_scripts = \ - $(NULL) test_extra_programs = \ tests/get-byte-order \ tests/repo-finder-mount \ @@ -171,12 +169,6 @@ tests_repo_finder_mount_SOURCES = tests/repo-finder-mount.c tests_repo_finder_mount_CFLAGS = $(common_tests_cflags) tests_repo_finder_mount_LDADD = $(common_tests_ldadd) libostreetest.la -if ENABLE_EXPERIMENTAL_API -_installed_or_uninstalled_test_scripts += $(experimental_test_scripts) -else -EXTRA_DIST += $(experimental_test_scripts) -endif - if BUILDOPT_FUSE _installed_or_uninstalled_test_scripts += tests/test-rofiles-fuse.sh uninstalled_test_data += tests/rofiles-fuse-symlink-stamp |