summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
diff options
context:
space:
mode:
authorAllen Bai <abai@redhat.com>2019-05-28 14:02:54 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2019-06-18 14:29:14 +0000
commitbe2572bf68090a5e277338d2613d3c7d53b0c9e8 (patch)
tree6e304051c55177fdf49d502f5865feeb777ed139 /Makefile-tests.am
parent2db79fb398fba2f9ab2e05c517ebccfe1834674b (diff)
downloadostree-be2572bf68090a5e277338d2613d3c7d53b0c9e8.tar.gz
lib/kargs: Make API public and upstream new rpm-ostree APIs
This change makes public the current kargs API in src/libostree/ostree-kernel-args.c and adds documentations. Upstreams the new kargs API from rpm-ostree/src/libpriv/rpmostree-kargs-process.c Merges libostree_kernel_args_la_SOURCES to libostree_1_la_SOURCES in Makefile-libostree.am Upstreams tests/check/test-kargs.c from rpm-ostree. Closes: #1833 Closes: #1869 Approved by: jlebon
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r--Makefile-tests.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
index 2c0916f6..ac59b94b 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -246,7 +246,7 @@ endif
_installed_or_uninstalled_test_programs = tests/test-varint tests/test-ot-unix-utils tests/test-bsdiff tests/test-mutable-tree \
tests/test-keyfile-utils tests/test-ot-opt-utils tests/test-ot-tool-util \
tests/test-gpg-verify-result tests/test-checksum tests/test-lzma tests/test-rollsum \
- tests/test-basic-c tests/test-sysroot-c tests/test-pull-c tests/test-repo tests/test-include-ostree-h
+ tests/test-basic-c tests/test-sysroot-c tests/test-pull-c tests/test-repo tests/test-include-ostree-h tests/test-kargs
if USE_AVAHI
test_programs += tests/test-repo-finder-avahi
@@ -295,6 +295,10 @@ tests_test_repo_finder_avahi_CFLAGS = $(TESTS_CFLAGS)
tests_test_repo_finder_avahi_LDADD = $(TESTS_LDADD)
endif
+tests_test_kargs_SOURCES = src/libostree/ostree-kernel-args.c tests/test-kargs.c
+tests_test_kargs_CFLAGS = $(TESTS_CFLAGS)
+tests_test_kargs_LDADD = $(TESTS_LDADD)
+
tests_test_repo_finder_config_SOURCES = tests/test-repo-finder-config.c
tests_test_repo_finder_config_CFLAGS = $(TESTS_CFLAGS)
tests_test_repo_finder_config_LDADD = $(TESTS_LDADD)