Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Alex J Lennon <[email protected]>
  • Loading branch information
ajlennon committed Sep 18, 2024
1 parent 216c65d commit 747411a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-crypto/liboqs/liboqs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ PTEST_ENABLED = "1"

do_install_ptest() {
cp ${WORKDIR}/run-ptest ${D}/${PTEST_PATH}
mkdir ${D}/${PTEST_PATH}/build
cp -r ${B}/include ${D}/${PTEST_PATH}/build/include
cp -r ${B}/include ${D}/${PTEST_PATH}/include
cp -r ${S}/src ${D}/${PTEST_PATH}/src
cp -r ${S}/scripts ${D}/${PTEST_PATH}/scripts
cp -r ${S}/tests ${D}/${PTEST_PATH}/tests
mkdir ${D}/${PTEST_PATH}/build
cp -r ${B}/tests ${D}/${PTEST_PATH}/build/tests
}

Expand Down

0 comments on commit 747411a

Please sign in to comment.