Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Dec 7, 2024
1 parent fe9a914 commit f6cf0ed
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,39 +120,39 @@ if (MKTREE_NATIVE)
-o rpmtests rpmtests.at
DEPENDS ${TESTSUITE_AT} rpmtests.at
DEPENDS local.at
DEPENDS ${TESTPROGS}
DEPENDS ${TOOLPROGS}
)

add_custom_target(tree
COMMAND ./mktree build
DEPENDS rpmtests
DEPENDS ${TESTPROGS}
DEPENDS ${TOOLPROGS}
)
else()
add_custom_target(tree COMMAND ./mktree build)
endif()

add_custom_target(atshell
COMMAND ./mktree atshell ||:
DEPENDS tree
COMMAND ./mktree --build atshell ||:
DEPENDS rpmtests
)

add_custom_target(pinned
COMMAND ./mktree atshell /pinned/update
COMMAND ./mktree --build atshell /pinned/update
COMMAND cp pinned/*.txt ${PINNED_DIR}/
COMMAND git add ${PINNED_DIR}/*.txt
COMMAND git diff --staged ${PINNED_DIR}/*.txt
DEPENDS tree
DEPENDS rpmtests
)

add_custom_target(shell
COMMAND ./mktree shell ||:
DEPENDS tree
COMMAND ./mktree --build shell ||:
DEPENDS rpmtests
)

add_custom_target(check
COMMAND ./mktree check ${JOBS} $(TESTOPTS)
DEPENDS tree
COMMAND ./mktree --build check ${JOBS} $(TESTOPTS)
DEPENDS rpmtests
)

add_custom_target(reset
Expand Down

0 comments on commit f6cf0ed

Please sign in to comment.