]> git.pld-linux.org Git - packages/test.git/commitdiff
move actual test to %build cryptsetup-debug
authorJan Palus <atler@pld-linux.org>
Mon, 5 Feb 2024 00:50:02 +0000 (01:50 +0100)
committerJan Palus <atler@pld-linux.org>
Mon, 5 Feb 2024 00:50:02 +0000 (01:50 +0100)
test.spec

index 69c0f006eda056f215484637cd444e1e1034fe95..b584fd3eb5dd9945431d7d8c61b3f4b6a5e1b690 100644 (file)
--- a/test.spec
+++ b/test.spec
@@ -21,6 +21,7 @@ testing something.
 %prep
 %setup -qcT
 
+%build
 %{__cc} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 %{SOURCE0} -o test
 strace ./test
 test $(sha256sum file-normal|cut -f1 -d' ') = $(sha256sum file-direct-io|cut -f1 -d' ')
This page took 0.118773 seconds and 4 git commands to generate.